openbsd-ports/security/p5-Crypt-Blowfish/Makefile

22 lines
435 B
Makefile
Raw Normal View History

2010-09-24 11:29:20 -04:00
# $OpenBSD: Makefile,v 1.15 2010/09/24 15:32:34 sthen Exp $
SHARED_ONLY= Yes
COMMENT= interface to the Blowfish encryption algorithm
MODULES= cpan
2010-05-11 22:23:39 -04:00
DISTNAME= Crypt-Blowfish-2.12
2010-09-24 11:29:20 -04:00
REVISION= 0
CATEGORIES= security
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-05-11 22:23:39 -04:00
REGRESS_DEPENDS= ::security/p5-Crypt-CBC
.include <bsd.port.mk>