aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-06-09 06:21:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-06-09 06:21:00 +0800
commit4ac1e505e6d59502bdfbde621121173522fdbb53 (patch)
tree085399a9385602162eb0d4d466e6093a8a696b30
parent7e8e47d840d10821d34aa17ae816bb4579c9a8fb (diff)
downloadfreebsd-ports-gnome-4ac1e505e6d59502bdfbde621121173522fdbb53.tar.gz
freebsd-ports-gnome-4ac1e505e6d59502bdfbde621121173522fdbb53.tar.zst
freebsd-ports-gnome-4ac1e505e6d59502bdfbde621121173522fdbb53.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
-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