Makefile 436 B

1234567891011121314151617181920212223
  1. # $OpenBSD: Makefile,v 1.15 2016/03/20 19:56:59 naddy Exp $
  2. COMMENT= Diffie-Hellman key exchange system
  3. DISTNAME= Crypt-DH-0.07
  4. REVISION= 0
  5. CATEGORIES= security
  6. # perl
  7. PERMIT_PACKAGE_CDROM= Yes
  8. BUILD_DEPENDS= ${RUN_DEPENDS}
  9. RUN_DEPENDS= math/p5-Math-BigInt-GMP \
  10. security/p5-Crypt-Random
  11. MODULES= cpan
  12. PKG_ARCH= *
  13. # use a fast computer, tests will finish eventually
  14. #NO_TEST= tests take ages to complete
  15. .include <bsd.port.mk>