diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-15 12:10:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-15 12:10:11 +0000 |
commit | 9f439bc69dd0e2fab178569d2f98b946334af574 (patch) | |
tree | d19c95d158bd60b77518c2e910beed2e8505e466 /sysutils | |
parent | - Add LICENSE (diff) |
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Add NO_ARCH
- Sort PLIST
Notes
Notes:
svn path=/head/; revision=394308
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-File-Listing/Makefile | 7 | ||||
-rw-r--r-- | sysutils/p5-File-Listing/pkg-plist | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/p5-File-Listing/Makefile b/sysutils/p5-File-Listing/Makefile index 96124080d6cb..50283e043512 100644 --- a/sysutils/p5-File-Listing/Makefile +++ b/sysutils/p5-File-Listing/Makefile @@ -14,11 +14,12 @@ COMMENT= Parse directory listings LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date +RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= p5-libwww-5* +CONFLICTS_INSTALL= p5-libwww-5* +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/sysutils/p5-File-Listing/pkg-plist b/sysutils/p5-File-Listing/pkg-plist index e90b1b96d574..53f4ecb3c84c 100644 --- a/sysutils/p5-File-Listing/pkg-plist +++ b/sysutils/p5-File-Listing/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/File::Listing.3.gz %%SITE_PERL%%/File/Listing.pm +%%PERL5_MAN3%%/File::Listing.3.gz |