Makefile 361 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.11 2016/04/04 10:20:40 sthen Exp $
  2. COMMENT= read an email folder as Email::Simple objects
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= Email-Folder-0.860
  6. REVISION= 0
  7. CATEGORIES= mail
  8. # perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. RUN_DEPENDS= mail/p5-Email-FolderType>=0.6 \
  11. mail/p5-Email-Simple
  12. MAKE_ENV= RELEASE_TESTING=Yes
  13. .include <bsd.port.mk>