summaryrefslogtreecommitdiff
path: root/devel/p5-File-Listing
diff options
context:
space:
mode:
authoradam <adam>2011-08-13 07:56:19 +0000
committeradam <adam>2011-08-13 07:56:19 +0000
commit910138ec78b0dc55fb1256696bfc24ab03eb379a (patch)
treeea8521b83e02a1a7a79a9a3f668d0e21f52a5a93 /devel/p5-File-Listing
parent184406e7377b958b153e766ae72d12005f7f6fdd (diff)
downloadpkgsrc-910138ec78b0dc55fb1256696bfc24ab03eb379a.tar.gz
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel/p5-File-Listing')
-rw-r--r--devel/p5-File-Listing/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-File-Listing/Makefile b/devel/p5-File-Listing/Makefile
index d04d60a30d9..a41a4635e77 100644
--- a/devel/p5-File-Listing/Makefile
+++ b/devel/p5-File-Listing/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2011/08/12 09:25:48 obache Exp $
-#
+# $NetBSD: Makefile,v 1.4 2011/08/13 08:00:04 adam Exp $
DISTNAME= File-Listing-6.02
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
@@ -12,14 +11,13 @@ HOMEPAGE= http://search.cpan.org/dist/File-Listing/
COMMENT= Perl 5 module providing a directory parser
LICENSE= ${PERL5_LICENSE}
-CONFLICTS+= p5-libwww<6.00
-
PKG_DESTDIR_SUPPORT= user-destdir
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/File/Listing/.packlist
+CONFLICTS+= p5-libwww<6.00
+DEPENDS+= p5-HTTP-Date>=6.00:../../www/p5-HTTP-Date
-DEPENDS+= p5-HTTP-Date>=6.00:../../www/p5-HTTP-Date
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/File/Listing/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"