1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 6.03

- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/libwww-perl/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-01-07 17:48:03 +00:00
parent 50097b65fa
commit 5761a61d56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288688
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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