Makefile 327 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:07 naddy Exp $
  2. COMMENT= simple calendar month
  3. DISTNAME= Calendar-Simple-1.21
  4. REVISION= 0
  5. CATEGORIES= converters
  6. MODULES= cpan
  7. PKG_ARCH= *
  8. # Perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. RUN_DEPENDS= devel/p5-DateTime
  11. CONFIGURE_STYLE= modbuild
  12. MAKE_ENV= TEST_POD=Yes
  13. .include <bsd.port.mk>