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

23 lines
453 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2010/12/03 11:46:46 ajacoutot 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
REVISION= 1
CATEGORIES= security
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-20 12:22:40 -05:00
REGRESS_DEPENDS= security/p5-Crypt-CBC
2010-05-11 22:23:39 -04:00
.include <bsd.port.mk>