1997c75349
From Darrin Chandler
16 lines
323 B
Makefile
Executable File
16 lines
323 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.3 2007/09/15 23:29:59 merdely 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>
|