diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:32:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:32:02 +0800 |
commit | 66e7b7622e0c58a9e293549d179afce25059771e (patch) | |
tree | 50afe54632a1b1ac58bef36af5c1f26a6b5f3a8a /www | |
parent | b18c663117a0eb9bf662526adff2b9eb6cb86033 (diff) | |
download | freebsd-ports-gnome-66e7b7622e0c58a9e293549d179afce25059771e.tar.gz freebsd-ports-gnome-66e7b7622e0c58a9e293549d179afce25059771e.tar.zst freebsd-ports-gnome-66e7b7622e0c58a9e293549d179afce25059771e.zip |
- Add LICENSE
- Cleanup PLIST
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-LWP-Protocol-https/Makefile | 3 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-https/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-LWP-Protocol-https/Makefile b/www/p5-LWP-Protocol-https/Makefile index 4ec6dce038b7..520f4f04eaec 100644 --- a/www/p5-LWP-Protocol-https/Makefile +++ b/www/p5-LWP-Protocol-https/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provide https support for LWP::UserAgent +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + # We remove p5-libwww here to avoid cyclic dependency BUILD_DEPENDS= p5-IO-Socket-SSL>=1.54:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Mozilla-CA>=20110101:${PORTSDIR}/www/p5-Mozilla-CA \ diff --git a/www/p5-LWP-Protocol-https/pkg-plist b/www/p5-LWP-Protocol-https/pkg-plist index a2746dd7f3de..4d15010129ac 100644 --- a/www/p5-LWP-Protocol-https/pkg-plist +++ b/www/p5-LWP-Protocol-https/pkg-plist @@ -1,8 +1,3 @@ %%SITE_PERL%%/LWP/Protocol/https.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/https/.packlist %%PERL5_MAN3%%/LWP::Protocol::https.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/https -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP -@dirrmtry %%SITE_PERL%%/LWP/Protocol -@dirrmtry %%SITE_PERL%%/LWP |