diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-01 01:30:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-01 01:30:48 +0800 |
commit | 852d2f1b0a8f2c633bd6e4cb953265d652cd559f (patch) | |
tree | e922a37787b2407af7b5a6796b338277b3088cac /www | |
parent | 14bfe0d27b262533149ee96ad6e2c6d859780944 (diff) | |
download | freebsd-ports-gnome-852d2f1b0a8f2c633bd6e4cb953265d652cd559f.tar.gz freebsd-ports-gnome-852d2f1b0a8f2c633bd6e4cb953265d652cd559f.tar.zst freebsd-ports-gnome-852d2f1b0a8f2c633bd6e4cb953265d652cd559f.zip |
Add LICENSE
- Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years
- Add NO_ARCH
- Sort PLIST
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-LWP-MediaTypes/Makefile | 4 | ||||
-rw-r--r-- | www/p5-LWP-MediaTypes/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-LWP-MediaTypes/Makefile b/www/p5-LWP-MediaTypes/Makefile index 72e4f36714d8..0ed98b2dc72d 100644 --- a/www/p5-LWP-MediaTypes/Makefile +++ b/www/p5-LWP-MediaTypes/Makefile @@ -11,8 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Guess media type for a file or a URL -CONFLICTS= p5-libwww-5* +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/www/p5-LWP-MediaTypes/pkg-plist b/www/p5-LWP-MediaTypes/pkg-plist index 1e628521df76..6b7aa4b83a0b 100644 --- a/www/p5-LWP-MediaTypes/pkg-plist +++ b/www/p5-LWP-MediaTypes/pkg-plist @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/LWP::MediaTypes.3.gz %%SITE_PERL%%/LWP/MediaTypes.pm %%SITE_PERL%%/LWP/media.types +%%PERL5_MAN3%%/LWP::MediaTypes.3.gz |