diff options
author | culot <culot@FreeBSD.org> | 2011-04-20 01:50:25 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-04-20 01:50:25 +0800 |
commit | 6be74b02fb8dff3906fc2a87f7ea325adba740b9 (patch) | |
tree | fa45d4d6d81951860dd9de3a1a48e2e320a1cb72 /sysutils | |
parent | 4ca0369eff94341967f20258f51a85d91dcdf835 (diff) | |
download | freebsd-ports-gnome-6be74b02fb8dff3906fc2a87f7ea325adba740b9.tar.gz freebsd-ports-gnome-6be74b02fb8dff3906fc2a87f7ea325adba740b9.tar.zst freebsd-ports-gnome-6be74b02fb8dff3906fc2a87f7ea325adba740b9.zip |
- Add CONFLICTS with www/p5-libwww-5*
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-File-Listing/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/p5-File-Listing/Makefile b/sysutils/p5-File-Listing/Makefile index 480040360b6c..156754b9e8dc 100644 --- a/sysutils/p5-File-Listing/Makefile +++ b/sysutils/p5-File-Listing/Makefile @@ -17,6 +17,8 @@ COMMENT= Parse directory listings RUN_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date BUILD_DEPENDS:= ${RUN_DEPENDS} +CONFLICTS= p5-libwww-5* + PERL_CONFIGURE= yes MAN3= File::Listing.3 |