14 lines
256 B
Makefile
Executable File
14 lines
256 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.8 2013/10/11 23:50:45 naddy Exp $
|
|
|
|
COMMENT= Blowfish encryption implemented pure Perl
|
|
DISTNAME= Crypt-Blowfish_PP-1.12
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|