diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-18 13:52:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-18 13:52:08 +0800 |
commit | 9b0361b83eaeeeb60eb233e017b115853a521a1b (patch) | |
tree | 758b18dd5351f57452a1aca38cdd76073e75f5a7 | |
parent | 27e719beb627abdee109d3a28eb2fc49b0f9af6c (diff) | |
download | freebsd-ports-gnome-9b0361b83eaeeeb60eb233e017b115853a521a1b.tar.gz freebsd-ports-gnome-9b0361b83eaeeeb60eb233e017b115853a521a1b.tar.zst freebsd-ports-gnome-9b0361b83eaeeeb60eb233e017b115853a521a1b.zip |
Remove Perl core modules
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
-rw-r--r-- | www/p5-HTTP-Response-Encoding/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTTP-Response-Encoding/pkg-plist | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-HTTP-Response-Encoding/Makefile b/www/p5-HTTP-Response-Encoding/Makefile index 177f0ec452ca..2cfabc0da9f6 100644 --- a/www/p5-HTTP-Response-Encoding/Makefile +++ b/www/p5-HTTP-Response-Encoding/Makefile @@ -3,7 +3,7 @@ PORTNAME= HTTP-Response-Encoding PORTVERSION= 0.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Adds encoding() to HTTP::Response +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ - p5-HTTP-Message>=0:www/p5-HTTP-Message \ - p5-Encode>=2.0:converters/p5-Encode + p5-HTTP-Message>=0:www/p5-HTTP-Message RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/www/p5-HTTP-Response-Encoding/pkg-plist b/www/p5-HTTP-Response-Encoding/pkg-plist index 81a8aa42ac58..a6738a89cb3e 100644 --- a/www/p5-HTTP-Response-Encoding/pkg-plist +++ b/www/p5-HTTP-Response-Encoding/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/HTTP::Response::Encoding.3.gz %%SITE_PERL%%/HTTP/Response/Encoding.pm +%%PERL5_MAN3%%/HTTP::Response::Encoding.3.gz |