diff options
author | adam <adam@pkgsrc.org> | 2011-08-07 05:49:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-07 05:49:30 +0000 |
commit | 17a8ca043adf98802563bc431e4f449ef76b83c5 (patch) | |
tree | baca859f5278bf7de119e65ef7c85fa860b00e89 /devel/p5-Algorithm-Merge | |
parent | 5e219ef56ced6b8f0aabb79e0442abc2a23145d0 (diff) | |
download | pkgsrc-17a8ca043adf98802563bc431e4f449ef76b83c5.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel/p5-Algorithm-Merge')
-rw-r--r-- | devel/p5-Algorithm-Merge/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Algorithm-Merge/Makefile b/devel/p5-Algorithm-Merge/Makefile index 132844e1610..783f523ba51 100644 --- a/devel/p5-Algorithm-Merge/Makefile +++ b/devel/p5-Algorithm-Merge/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.12 2010/08/21 16:33:10 seb Exp $ +# $NetBSD: Makefile,v 1.13 2011/08/07 05:49:30 adam Exp $ DISTNAME= Algorithm-Merge-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5ext CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} MAINTAINER= rhaen@NetBSD.org -HOMEPAGE= http://search.cpan.org/~jsmith/Algorithm-Merge-0.05/ +HOMEPAGE= http://search.cpan.org/dist/Algorithm-Merge/ COMMENT= Perl module providing diff3(1)-like functionality +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Algorithm-Diff-[0-9]*:../../devel/p5-Algorithm-Diff |