Makefile 671 B

1234567891011121314151617181920212223242526272829303132
  1. # $OpenBSD: Makefile,v 1.3 2016/04/28 14:31:56 rpe Exp $
  2. COMMENT= pure perl implementation of OpenPGP
  3. DISTNAME= Crypt-OpenPGP-1.12
  4. CATEGORIES= devel security
  5. # Perl
  6. PERMIT_PACKAGE_CDROM= Yes
  7. MODULES= cpan
  8. PKG_ARCH= *
  9. RUN_DEPENDS= security/p5-Crypt-Blowfish \
  10. security/p5-Crypt-DES-EDE3 \
  11. security/p5-Crypt-DSA \
  12. security/p5-Crypt-RSA \
  13. security/p5-Crypt-Rijndael \
  14. security/p5-Crypt-Twofish \
  15. security/p5-Crypt-CAST5_PP \
  16. security/p5-Crypt-IDEA \
  17. security/p5-Crypt-RIPEMD160 \
  18. devel/p5-Data-Buffer \
  19. security/p5-Digest-SHA1 \
  20. devel/p5-File-HomeDir \
  21. www/p5-libwww \
  22. www/p5-URI
  23. TEST_DEPENDS= devel/p5-Test-Exception
  24. .include <bsd.port.mk>