Makefile 353 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.13 2016/03/20 19:57:00 naddy Exp $
  2. COMMENT= cryptographically secure random number generator
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME= Crypt-Random-1.25
  6. REVISION= 2
  7. CATEGORIES= security
  8. # perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. BUILD_DEPENDS= ${RUN_DEPENDS}
  11. RUN_DEPENDS= devel/p5-Class-Loader \
  12. math/p5-Math-Pari
  13. .include <bsd.port.mk>