df4e1203e4
ok jasper@ (final commit)
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:47 ajacoutot Exp $
|
|
|
|
COMMENT= implementation of 3DES encryption on ECB mode
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-TripleDES-0.24
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|