2022-03-11 19:53:16 +00:00

14 lines
204 B
Makefile

COMMENT= interface to the Serpent encryption algorithm
MODULES= cpan
DISTNAME= Crypt-Serpent-1.01
REVISION= 7
CATEGORIES= security
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
.include <bsd.port.mk>