- Fix *_DEPENDS: according to its change log, unused dependency URI was removed in 0.43 (2002-07-29)

- Use = instead of +=
- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-06-08 22:21:00 +00:00
parent 6e688524f6
commit ac23e547fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298783

View File

@ -7,7 +7,7 @@
PORTNAME= Crypt-SSLeay
PORTVERSION= 0.58
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -15,12 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --lib=${OPENSSLBASE} --no-live-tests
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
CONFIGURE_ARGS= --lib=${OPENSSLBASE} --no-live-tests
MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
USE_OPENSSL= yes
MAN3= Crypt::SSLeay.3 Net::SSL.3