20 lines
326 B
Makefile
20 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.24 2015/01/21 06:23:34 bentley Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the Blowfish encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Blowfish-2.14
|
|
CATEGORIES= security
|
|
REVISION= 1
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
TEST_DEPENDS= security/p5-Crypt-CBC
|
|
|
|
.include <bsd.port.mk>
|