diff options
author | adam <adam@pkgsrc.org> | 2011-08-09 07:23:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-09 07:23:31 +0000 |
commit | 73305137b0f683cbbee1684efbb37f960895b6bd (patch) | |
tree | a0acd50a53458bd3735e9c73b17ce6768587d274 /security/p5-Digest-MD4 | |
parent | 93721a21d7ec58e957573bac1cb0dba662448943 (diff) | |
download | pkgsrc-73305137b0f683cbbee1684efbb37f960895b6bd.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'security/p5-Digest-MD4')
-rw-r--r-- | security/p5-Digest-MD4/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index e84c10f2ae6..550aeb6850e 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.19 2010/08/21 16:35:42 seb Exp $ -# +# $NetBSD: Makefile,v 1.20 2011/08/09 07:25:34 adam Exp $ -DISTNAME= Digest-MD4-1.5 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 -SVR4_PKGNAME= p5md4 -CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} +DISTNAME= Digest-MD4-1.5 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 5 +SVR4_PKGNAME= p5md4 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Digest-MD4/ -COMMENT= Perl5 module for MD4 hash algorithm +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Digest-MD4/ +COMMENT= Perl5 module for MD4 hash algorithm +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |