14 lines
261 B
Makefile
14 lines
261 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/10/11 23:50:49 naddy Exp $
|
|
|
|
COMMENT= implementation of 3DES encryption on ECB mode
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-TripleDES-0.24
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|