summaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-09-17 11:06:30 +0000
committerdirk <dirk@FreeBSD.org>2000-09-17 11:06:30 +0000
commit0a1536dd499462ec2b7f5d0674332288a904d5c3 (patch)
tree9f7a563de9ba2888bdde696f4caac12d0d917970 /security/openssl
parent73d6eec041e66d2b493b803fa10d56b0fb9d8852 (diff)
downloadFreeBSD-ports-0a1536dd499462ec2b7f5d0674332288a904d5c3.zip
FreeBSD-ports-0a1536dd499462ec2b7f5d0674332288a904d5c3.tar.gz
Rip off rsaref (and thus USA_RESIDENT).
Submitted by: kris
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index a7dfc03..50e2759 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openssl
PORTVERSION= 0.9.5a
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://www.openssl.org/source/ \
ftp://ftp.openssl.org/source/ \
@@ -23,7 +24,6 @@ FORBIDDEN= "OpenSSL is already in the base system"
NOSHARED= yes
.endif
-RESTRICTED= "Cryptography"
USE_PERL5= yes
.if defined(NOSHARED)
PLIST= ${PKGDIR}/PLIST.noshared
@@ -69,25 +69,11 @@ MAN3= BN_CTX_new.3 BN_CTX_start.3 BN_add.3 BN_add_word.3 \
MAN5= config.5
MAN7= des_modes.7
-.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
-pre-fetch:
- @${ECHO} ""
- @${ECHO} "You must set variable USA_RESIDENT to YES, if you are USA resident"
- @${ECHO} "or to NO, if you aren't USA resident to build this package."
- @${ECHO} "You must also have installed rsaref port if you are USA resident."
- @${FALSE}
-.elif defined(USA_RESIDENT)
-.if ${USA_RESIDENT} == YES && !defined(I_HAVE_AN_RSA_LICENSE)
-LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref
-RSAREF= rsaref
-.endif
-.endif
-
do-configure:
@cd ${WRKSRC} \
&& ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \
./config --prefix=${PREFIX} --openssldir=${PREFIX}/openssl \
- ${RSAREF} -L${PREFIX}/lib
+ -L${PREFIX}/lib
post-install:
.if !defined(NOSHARED)
OpenPOWER on IntegriCloud