13 lines
205 B
Makefile
13 lines
205 B
Makefile
COMMENT= implementation of 3DES encryption on ECB mode
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Crypt-TripleDES-0.24
|
|
REVISION= 2
|
|
CATEGORIES= security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|