aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SSLeay
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-08 22:21:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-08 22:21:00 +0000
commitac23e547fd4b2b35c556a031a858e752689f129f (patch)
tree806924ec95300a10f096b6f7d6b7b18b8ba9c520 /security/p5-Crypt-SSLeay
parent6e688524f608e1f9becd0ab7221e0143a593777d (diff)
downloadports-ac23e547fd4b2b35c556a031a858e752689f129f.tar.gz
ports-ac23e547fd4b2b35c556a031a858e752689f129f.zip
- 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
Notes
Notes: svn path=/head/; revision=298783
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r--security/p5-Crypt-SSLeay/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index 3b52a9720abd..483e2fddb3c3 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -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