diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-26 18:10:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-26 18:10:41 +0000 |
commit | 1dfff105396bb0fbe2d297a191a1f33c8419a8b4 (patch) | |
tree | 8ba3c47034725252dcda4a7d1ad09c61d1520471 /www/p5-libwww | |
parent | 4efb9e97829d11fc64367e2120e9636e93594cae (diff) | |
download | ports-1dfff105396bb0fbe2d297a191a1f33c8419a8b4.tar.gz ports-1dfff105396bb0fbe2d297a191a1f33c8419a8b4.zip |
Notes
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 18 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 4 | ||||
-rw-r--r-- | www/p5-libwww/pkg-plist | 4 |
3 files changed, 13 insertions, 13 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index fdcbaa73206a..ba313d6651d2 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwww -PORTVERSION= 6.05 +PORTVERSION= 6.06 CATEGORIES= www devel perl5 MASTER_SITES= CPAN/LWP PKGNAMEPREFIX= p5- @@ -11,7 +11,11 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl5 library for WWW access +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Authen-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ + p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ p5-File-Listing>=6:${PORTSDIR}/sysutils/p5-File-Listing \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ @@ -32,13 +36,9 @@ CONFIGURE_ARGS= --aliases USE_PERL5= configure USES= perl5 -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MHTTPS} -BUILD_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https -RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https -.endif +HTTPS_BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https +HTTPS_RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https .include <bsd.port.mk> diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index a4eb9bea3a35..c5411b5bec8f 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,2 +1,2 @@ -SHA256 (libwww-perl-6.05.tar.gz) = 7b25799ff7eec18e8e4e97dc0cad7b2a5b433b50b13feb59d9179173bee78f23 -SIZE (libwww-perl-6.05.tar.gz) = 132505 +SHA256 (libwww-perl-6.06.tar.gz) = 55d0417d0b52fef4d238bfacdce0440e69cd3b0ee15b1554251f32fffd532ed2 +SIZE (libwww-perl-6.06.tar.gz) = 135556 diff --git a/www/p5-libwww/pkg-plist b/www/p5-libwww/pkg-plist index 12151b4e2bfc..44940b56e380 100644 --- a/www/p5-libwww/pkg-plist +++ b/www/p5-libwww/pkg-plist @@ -5,7 +5,6 @@ bin/lwp-download bin/lwp-dump bin/lwp-mirror bin/lwp-request -%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/.packlist %%SITE_PERL%%/LWP.pm %%SITE_PERL%%/LWP/Authen/Basic.pm %%SITE_PERL%%/LWP/Authen/Digest.pm @@ -31,6 +30,7 @@ bin/lwp-request %%SITE_PERL%%/LWP/UserAgent.pm %%SITE_PERL%%/lwpcook.pod %%SITE_PERL%%/lwptut.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/.packlist %%PERL5_MAN3%%/LWP.3.gz %%PERL5_MAN3%%/LWP::Authen::Ntlm.3.gz %%PERL5_MAN3%%/LWP::ConnCache.3.gz @@ -49,7 +49,7 @@ man/man1/lwp-download.1.gz man/man1/lwp-dump.1.gz man/man1/lwp-mirror.1.gz man/man1/lwp-request.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP @dirrmtry %%SITE_PERL%%/LWP/Protocol @dirrmtry %%SITE_PERL%%/LWP/Authen @dirrmtry %%SITE_PERL%%/LWP -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP |