diff options
Diffstat (limited to 'security/p5-Crypt-Blowfish/Makefile')
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index 57a6047f522..8a33268acea 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2008/10/19 19:18:44 he Exp $ +# $NetBSD: Makefile,v 1.20 2010/03/08 15:15:57 sno Exp $ # -DISTNAME= Crypt-Blowfish-2.10 +DISTNAME= Crypt-Blowfish-2.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 SVR4_PKGNAME= p5cbl CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -11,11 +11,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish/ COMMENT= Perl5 Blowfish implementation +# LICENSE= unclear PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC +# recommended for tests +BUILD_DEPENDS+= p5-Crypt-CBC>=1.25:../../security/p5-Crypt-CBC CRYPTO= YES USE_LANGUAGES= c |