diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-01-08 01:48:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-01-08 01:48:03 +0800 |
commit | 0b2a93907f303592cb03d309a9288d403651219a (patch) | |
tree | b548abb45ae37e1f0b0d9052efab95fcdc347e5f /www/p5-libwww | |
parent | a19f10f5315cde091271ab1ad88676bcd668784d (diff) | |
download | freebsd-ports-gnome-0b2a93907f303592cb03d309a9288d403651219a.tar.gz freebsd-ports-gnome-0b2a93907f303592cb03d309a9288d403651219a.tar.zst freebsd-ports-gnome-0b2a93907f303592cb03d309a9288d403651219a.zip |
- Update to 6.03
- Add BUILD_DEPENDS
Changes: http://search.cpan.org/dist/libwww-perl/Changes
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 10 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 2100f173da5e..09f3b4749535 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -6,9 +6,8 @@ # PORTNAME= libwww -PORTVERSION= 6.02 -PORTREVISION= 1 -CATEGORIES= www perl5 devel +PORTVERSION= 6.03 +CATEGORIES= www devel perl5 MASTER_SITES= CPAN/LWP PKGNAMEPREFIX= p5- DISTNAME= libwww-perl-${PORTVERSION} @@ -16,7 +15,7 @@ DISTNAME= libwww-perl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl5 library for WWW access -RUN_DEPENDS= p5-Authen-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ +BUILD_DEPENDS= p5-Authen-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ 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 \ @@ -29,6 +28,7 @@ RUN_DEPENDS= p5-Authen-NTLM>=1.02:${PORTSDIR}/security/p5-Authen-NTLM \ p5-Net-HTTP>=6:${PORTSDIR}/net/p5-Net-HTTP \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI \ p5-WWW-RobotRules>=6:${PORTSDIR}/www/p5-WWW-RobotRules +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS= SSL "Enable https support" off @@ -57,6 +57,8 @@ MAN3= LWP.3 \ .include <bsd.port.options.mk> .if defined(WITH_SSL) +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 diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index f9881fe40078..6fdba0443ee8 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,2 +1,2 @@ -SHA256 (libwww-perl-6.02.tar.gz) = b5193e9e2eb2fa6ff8b7d4d22ec4e9010706f65b6042e86cc537d7f2f362c232 -SIZE (libwww-perl-6.02.tar.gz) = 130344 +SHA256 (libwww-perl-6.03.tar.gz) = af11179badf55dc60cb83e81fac212a74bce959dc9d16d0acfc087493df996fe +SIZE (libwww-perl-6.03.tar.gz) = 131485 |