aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-04-16 19:08:06 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-04-16 19:08:06 +0800
commitb9e97c17b2fe1aed9ce5a34849c39b680782fe69 (patch)
tree13a24bc70ecf57bac1d8127f59ef42a54b77ac7b /security
parent0d30a8f5639ca53bd1f962997302699e5833a94e (diff)
downloadfreebsd-ports-gnome-b9e97c17b2fe1aed9ce5a34849c39b680782fe69.tar.gz
freebsd-ports-gnome-b9e97c17b2fe1aed9ce5a34849c39b680782fe69.tar.zst
freebsd-ports-gnome-b9e97c17b2fe1aed9ce5a34849c39b680782fe69.zip
Use BROKEN_SSL
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-OpenSSL-ECDSA/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/p5-Crypt-OpenSSL-ECDSA/Makefile b/security/p5-Crypt-OpenSSL-ECDSA/Makefile
index 0b52eecbabdb..72a32063c4eb 100644
--- a/security/p5-Crypt-OpenSSL-ECDSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-ECDSA/Makefile
@@ -16,6 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC
RUN_DEPENDS:= ${BUILD_DEPENDS}
+BROKEN_SSL= openssl-devel
+
USES= perl5 ssl
USE_PERL5= 5.18+ configure
CFLAGS+= -I${OPENSSLINC}
@@ -23,10 +25,4 @@ CFLAGS+= -I${OPENSSLINC}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/ECDSA/ECDSA.so
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN= Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>