22 lines
366 B
Makefile
22 lines
366 B
Makefile
# $OpenBSD: Makefile,v 1.23 2014/06/14 23:26:00 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the Blowfish encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Blowfish-2.14
|
|
CATEGORIES= security
|
|
REVISION= 0
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
TEST_DEPENDS= security/p5-Crypt-CBC
|
|
|
|
.include <bsd.port.mk>
|