9cc7a45224
This interface to the Blowfish encryption alogorithm
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/06 15:57:15 kevlo Exp $
|
|
|
|
DISTNAME= Crypt-Blowfish-2.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.348
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|