aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-01-10 08:40:12 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-01-10 08:40:12 +0000
commit9b9ef97040b5944a1b68624c051790cf68d499a4 (patch)
treee6dc8feb17b95741e7923aa01b3c4d32250fc751 /security/p5-Net-SSLeay
parent89cf81f29486d094510e9e4bc3bf8e775f3f8bef (diff)
downloadports-9b9ef97040b5944a1b68624c051790cf68d499a4.tar.gz
ports-9b9ef97040b5944a1b68624c051790cf68d499a4.zip
Use OPENSSLBASE instead of hardcoded path. Bump portrevision.
PR: 91562 Submitted by: oliver
Notes
Notes: svn path=/head/; revision=153177
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 77964685f68f..001317a397a0 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-SSLeay
PORTVERSION= 1.30
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -17,7 +18,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to SSL
PERL_CONFIGURE= yes
-CONFIGURE_ARGS= "/usr"
+CONFIGURE_ARGS= "${OPENSSLBASE}"
USE_OPENSSL= yes
MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3