14 lines
204 B
Makefile
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>
|