Makefile 417 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.24 2016/03/20 19:56:58 naddy Exp $
  2. COMMENT= perl module to gateway between news and mail
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= Gateway-0.42
  6. REVISION= 4
  7. CATEGORIES= news
  8. MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=News/}
  9. RUN_DEPENDS= security/p5-PGP-Sign \
  10. news/p5-News-Article>=1.07
  11. BUILD_DEPENDS= ${RUN_DEPENDS}
  12. # Perl
  13. PERMIT_PACKAGE_CDROM= Yes
  14. MODCPAN_EXAMPLES= Yes
  15. .include <bsd.port.mk>