diff options
author | spz <spz@pkgsrc.org> | 2011-07-14 21:47:34 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2011-07-14 21:47:34 +0000 |
commit | 65dfef3e8da70da3a02eb72c8ae0f6f0a73e034a (patch) | |
tree | 61a9bba9f2d7a62ea1a9114af9aac64507cdd7be /devel/p5-File-Listing | |
parent | 623b873aa7d92a68e3a0be643d92bbc36c2ff0b2 (diff) | |
download | pkgsrc-65dfef3e8da70da3a02eb72c8ae0f6f0a73e034a.tar.gz |
add CONFLICTS (thanks wiz@ for the reminder)
add a missing LICENSE and fix a few COMMENT
Diffstat (limited to 'devel/p5-File-Listing')
-rw-r--r-- | devel/p5-File-Listing/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-File-Listing/Makefile b/devel/p5-File-Listing/Makefile index 0f356949dc9..8625ddb3b06 100644 --- a/devel/p5-File-Listing/Makefile +++ b/devel/p5-File-Listing/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/07/10 12:34:01 spz Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/14 21:47:34 spz Exp $ # DISTNAME= File-Listing-6.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -11,6 +12,8 @@ HOMEPAGE= http://search.cpan.org/dist/File-Listing/ COMMENT= Perl 5 module providing a directory parser LICENSE= ${PERL5_LICENSE} +CONFLICTS+= p5-libwww-[0-5]* + PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty |