diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:18:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:18:13 +0000 |
commit | 5411305ed8b6ce49e11e22e6570bf65b95755331 (patch) | |
tree | 85e574d1ba2e52a56fca2ea40bc439f06e51fa71 /devel | |
parent | 9bd0dd7b253f6acaddf876360d2a4d65d9032a25 (diff) | |
download | pkgsrc-5411305ed8b6ce49e11e22e6570bf65b95755331.tar.gz |
Use standard CPAN homepage.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Inline/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Inline/Makefile b/devel/p5-Inline/Makefile index d6f48f0aa42..26191ddc728 100644 --- a/devel/p5-Inline/Makefile +++ b/devel/p5-Inline/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:22 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:18:47 wiz Exp $ # -DISTNAME= Inline-0.44 -PKGNAME= p5-${DISTNAME} +DISTNAME= Inline-0.44 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5inl PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Inline/Inline.html +HOMEPAGE= http://search.cpan.org/dist/Inline/ COMMENT= Perl5 module for writing Perl subroutines in other languages DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 |