1fed2c5606
This resolves PR pkg/34394 by Martin Wilke. Pkgsrc changes: - none Changes since version 2.09: =========================== 2.10 Fri Dec 02 07:36:18 EST 2005 - updated the README file to remove the reference to CBC_R - no longer available. - updated the README file to include performance results for G4/1.2GHz PPC Mac OS X 10.4.X
22 lines
590 B
Makefile
22 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/09/10 13:44:28 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-Blowfish-2.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cbl
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish/
|
|
COMMENT= Perl5 Blowfish implementation
|
|
|
|
BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
CRYPTO= YES
|
|
PERL5_PACKLIST= auto/Crypt/Blowfish/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|