Makefile 385 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.21 2016/03/20 19:56:58 naddy Exp $
  2. COMMENT= perl module for accessing NNTP articles
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= News-Article-1.27
  6. REVISION= 1
  7. CATEGORIES= news
  8. MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
  9. # Artistic/GPL
  10. PERMIT_PACKAGE_CDROM= Yes
  11. RUN_DEPENDS= security/p5-PGP-Sign
  12. BUILD_DEPENDS= ${RUN_DEPENDS}
  13. .include <bsd.port.mk>