diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-30 21:45:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-30 21:45:07 +0800 |
commit | bed342465188c3d58946b7ff352a895c16028472 (patch) | |
tree | 6d00078c55f36a7ef929ca8b39ed11ba305dae03 /www | |
parent | bbd281b4e4cefda8e5f5c6a3c9b201778fad882a (diff) | |
download | freebsd-ports-gnome-bed342465188c3d58946b7ff352a895c16028472.tar.gz freebsd-ports-gnome-bed342465188c3d58946b7ff352a895c16028472.tar.zst freebsd-ports-gnome-bed342465188c3d58946b7ff352a895c16028472.zip |
Remove Perl core modules
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTPD-Log-Filter/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTTPD-Log-Filter/pkg-plist | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-HTTPD-Log-Filter/Makefile b/www/p5-HTTPD-Log-Filter/Makefile index a6afddf3e3f7..6caf45e92474 100644 --- a/www/p5-HTTPD-Log-Filter/Makefile +++ b/www/p5-HTTPD-Log-Filter/Makefile @@ -2,7 +2,7 @@ PORTNAME= HTTPD-Log-Filter PORTVERSION= 1.08 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AWRIGLEY @@ -11,9 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module to filter entries out of an httpd log -BUILD_DEPENDS= p5-IO-Zlib>=0:archivers/p5-IO-Zlib -RUN_DEPENDS= p5-IO-Zlib>=0:archivers/p5-IO-Zlib +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/www/p5-HTTPD-Log-Filter/pkg-plist b/www/p5-HTTPD-Log-Filter/pkg-plist index a3e871cc3bfb..7083270042b3 100644 --- a/www/p5-HTTPD-Log-Filter/pkg-plist +++ b/www/p5-HTTPD-Log-Filter/pkg-plist @@ -1,4 +1,4 @@ bin/exclude_robots -%%PERL5_MAN3%%/HTTPD::Log::Filter.3.gz -%%PERL5_MAN1%%/exclude_robots.1.gz %%SITE_PERL%%/HTTPD/Log/Filter.pm +%%PERL5_MAN1%%/exclude_robots.1.gz +%%PERL5_MAN3%%/HTTPD::Log::Filter.3.gz |