diff options
Diffstat (limited to 'security/p5-Digest-SHA/Makefile')
-rw-r--r-- | security/p5-Digest-SHA/Makefile | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/security/p5-Digest-SHA/Makefile b/security/p5-Digest-SHA/Makefile index a61015e5bf5..069c72b293a 100644 --- a/security/p5-Digest-SHA/Makefile +++ b/security/p5-Digest-SHA/Makefile @@ -1,21 +1,18 @@ -# $NetBSD: Makefile,v 1.19 2010/08/21 16:35:43 seb Exp $ -# +# $NetBSD: Makefile,v 1.20 2011/08/09 07:22:02 adam Exp $ -DISTNAME= Digest-SHA-5.48 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} +DISTNAME= Digest-SHA-5.62 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} -MAINTAINER= heinz@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ -COMMENT= Perl module for SHA-1/224/256/384/512 algorithms -LICENSE= ${PERL5_LICENSE} +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Digest-SHA/ +COMMENT= Perl module for SHA-1/224/256/384/512 algorithms +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c - PERL5_PACKLIST= auto/Digest/SHA/.packlist .include "../../lang/perl5/module.mk" |