Makefile 302 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.23 2016/03/20 19:57:01 naddy Exp $
  2. COMMENT= module to implement the Twofish cipher
  3. MODULES= cpan
  4. DISTNAME= Crypt-Twofish-2.17
  5. CATEGORIES= security
  6. REVISION= 2
  7. # perl
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c perl
  10. TEST_DEPENDS= security/p5-Crypt-CBC
  11. .include <bsd.port.mk>