Makefile 310 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.20 2016/03/20 19:56:58 naddy Exp $
  2. COMMENT= module for managing newsrc files
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME = News-Newsrc-1.11
  6. CATEGORIES= news
  7. REVISION = 0
  8. # Perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. RUN_DEPENDS= math/p5-Set-IntSpan
  11. BUILD_DEPENDS= ${RUN_DEPENDS}
  12. .include <bsd.port.mk>