summaryrefslogtreecommitdiff
path: root/devel/p5-Inline
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:18:13 +0000
committerwiz <wiz>2007-02-22 19:18:13 +0000
commit52ca1577868190e2348c9e32758478e35f2f8b2e (patch)
tree85e574d1ba2e52a56fca2ea40bc439f06e51fa71 /devel/p5-Inline
parent9f4511a59cc42b0d32cd1e6633feb1a97b5cc83c (diff)
downloadpkgsrc-52ca1577868190e2348c9e32758478e35f2f8b2e.tar.gz
Use standard CPAN homepage.
Diffstat (limited to 'devel/p5-Inline')
-rw-r--r--devel/p5-Inline/Makefile8
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