summaryrefslogtreecommitdiff
path: root/net/p5-Net-eBay
diff options
context:
space:
mode:
authorjoerg <joerg>2007-10-06 00:29:18 +0000
committerjoerg <joerg>2007-10-06 00:29:18 +0000
commite9e2f98e8c0cbdac3eba43ff9cb64707fa994ba4 (patch)
tree21d8f8078969aaba9dbb4c3fb397561c7a2c55d4 /net/p5-Net-eBay
parent9d6ba74e5678eb0e11b512f9a63d3f6246007907 (diff)
downloadpkgsrc-e9e2f98e8c0cbdac3eba43ff9cb64707fa994ba4.tar.gz
Fix path to Perl. Bump revision.
Diffstat (limited to 'net/p5-Net-eBay')
-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"