df4e1203e4
ok jasper@ (final commit)
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# $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
|
|
DISTNAME= Crypt-Blowfish-2.12
|
|
REVISION= 1
|
|
CATEGORIES= security
|
|
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
|
|
|
|
REGRESS_DEPENDS= security/p5-Crypt-CBC
|
|
|
|
.include <bsd.port.mk>
|