summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"