Makefile 328 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:00 naddy Exp $
  2. COMMENT= interface to the Serpent encryption algorithm
  3. MODULES= cpan
  4. DISTNAME= Crypt-Serpent-1.01
  5. REVISION= 5
  6. CATEGORIES= security
  7. MAINTAINER= Stephan A. Rickauer <stephan@openbsd.org>
  8. # perl
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB += c perl
  11. .include <bsd.port.mk>