openbsd-ports/security/p5-Crypt-Blowfish/Makefile
dhill e36cd006fd update to 2.12
ok kevlo@
2010-05-12 02:23:39 +00:00

21 lines
423 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/05/12 02:23:39 dhill Exp $
SHARED_ONLY= Yes
COMMENT= interface to the Blowfish encryption algorithm
MODULES= cpan
DISTNAME= Crypt-Blowfish-2.12
CATEGORIES= security
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= ::security/p5-Crypt-CBC
.include <bsd.port.mk>