mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
USE_OPENSSL
Submitted by: Jim Bloom <bloom@acm.org>
This commit is contained in:
parent
6b481caceb
commit
1f0023e88a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25680
1 changed files with 7 additions and 7 deletions
|
@ -41,18 +41,17 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
|||
|
||||
MAINTAINER= rse@engelschall.com
|
||||
|
||||
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \
|
||||
mm-config:${PORTSDIR}/devel/mm \
|
||||
USE_OPENSSL= NORSA
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
BUILD_DEPENDS= mm-config:${PORTSDIR}/devel/mm \
|
||||
${PREFIX}/lib/libmm.a:${PORTSDIR}/devel/mm
|
||||
LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl \
|
||||
ssl.1:${PORTSDIR}/security/openssl
|
||||
RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl
|
||||
|
||||
VERSION_APACHE= 1.3.11
|
||||
VERSION_MODSSL= 2.5.0
|
||||
|
||||
Y2K= http://www.modssl.org/docs/2.4/ssl_faq.html#y2k
|
||||
RESTRICTED= "Contains cryptography"
|
||||
|
||||
USE_PERL5= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
@ -91,6 +90,7 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \
|
|||
CONFIGURE_ENV= CFLAGS='${CFLAGS}' \
|
||||
OPTIM='${OPTIM}' \
|
||||
SSL_BASE='SYSTEM' \
|
||||
RSA_BASE='SYSTEM' \
|
||||
EAPI_MM='SYSTEM' \
|
||||
PATH="${PREFIX}/bin:${PATH}"
|
||||
|
||||
|
@ -133,4 +133,4 @@ post-install:
|
|||
${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue