16 lines
324 B
Makefile
Executable File
16 lines
324 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.2 2006/12/18 07:46:19 steven Exp $
|
|
|
|
COMMENT= "Blowfish encryption implemented pure Perl"
|
|
DISTNAME= Crypt-Blowfish_PP-1.12
|
|
CATEGORIES= security
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|