summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-06 00:29:18 +0000
committerjoerg <joerg>2007-10-06 00:29:18 +0000
commitc80df9d72edfe77ef8064ff1a8e8492c251605d1 (patch)
tree21d8f8078969aaba9dbb4c3fb397561c7a2c55d4 /net
parent24551b3a60e538b185d50aefee8d3b8b971e6f26 (diff)
downloadpkgsrc-c80df9d72edfe77ef8064ff1a8e8492c251605d1.tar.gz
Fix path to Perl. Bump revision.
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-eBay/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/p5-Net-eBay/Makefile b/net/p5-Net-eBay/Makefile
index 4e0410a5d03..ab835aa3498 100644
--- a/net/p5-Net-eBay/Makefile
+++ b/net/p5-Net-eBay/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/04/23 13:24:13 abs Exp $
+# $NetBSD: Makefile,v 1.3 2007/10/06 00:29:18 joerg Exp $
DISTNAME= Net-eBay-0.41
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -14,7 +15,9 @@ DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
DEPENDS+= p5-XML-Dumper-[0-9]*:../../textproc/p5-XML-Dumper
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
-
+
+REPLACE_PERL+= *.pl
+
PERL5_PACKLIST= auto/Net/eBay/.packlist
.include "../../lang/perl5/module.mk"