diff options
Diffstat (limited to 'devel/p5-Algorithm-Merge/Makefile')
-rw-r--r-- | devel/p5-Algorithm-Merge/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Algorithm-Merge/Makefile b/devel/p5-Algorithm-Merge/Makefile index e19d7d00083..6524c81dc62 100644 --- a/devel/p5-Algorithm-Merge/Makefile +++ b/devel/p5-Algorithm-Merge/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2004/04/25 04:18:44 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/27 14:19:05 he Exp $ -DISTNAME= Algorithm-Merge-0.04 +DISTNAME= Algorithm-Merge-0.05 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ext CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~jsmith/Algorithm-Merge-0.05/ COMMENT= Perl module providing diff3(1)-like functionality +DEPENDS+= p5-Algorithm-Diff-[0-9]*:../../devel/p5-Algorithm-Diff + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES |