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 | a1079a27ce3ddf2ca10b55bdbb649f3e79dda313 (patch) | |
tree | a0acd50a53458bd3735e9c73b17ce6768587d274 /security/p5-Digest-MD2 | |
parent | 84b64ce4d9c92203d6608487afafe96e150fb063 (diff) | |
download | pkgsrc-a1079a27ce3ddf2ca10b55bdbb649f3e79dda313.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'security/p5-Digest-MD2')
-rw-r--r-- | security/p5-Digest-MD2/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile index 044f83d0198..9676b2135c0 100644 --- a/security/p5-Digest-MD2/Makefile +++ b/security/p5-Digest-MD2/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.19 2010/08/21 16:35:42 seb Exp $ -# +# $NetBSD: Makefile,v 1.20 2011/08/09 07:26:18 adam Exp $ -DISTNAME= Digest-MD2-2.03 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 -SVR4_PKGNAME= p5md2 -CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} +DISTNAME= Digest-MD2-2.03 +PKGNAME= p5-${DISTNAME} +PKGREVISION= 5 +SVR4_PKGNAME= p5md2 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Perl5 module for MD2 +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Digest-MD2/ +COMMENT= Perl5 module for MD2 +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |