Makefile 325 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:00 naddy Exp $
  2. COMMENT= provable prime number generator
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= Crypt-Primes-0.50
  6. REVISION= 1
  7. CATEGORIES= security
  8. # GPL/Artistic
  9. PERMIT_PACKAGE_CDROM= Yes
  10. BUILD_DEPENDS= ${RUN_DEPENDS}
  11. RUN_DEPENDS= security/p5-Crypt-Random
  12. .include <bsd.port.mk>