aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-ECDSA
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-29 18:46:21 +0000
commit703ff6d36176652e995eaf56e44c8637531c23a3 (patch)
tree81e5478fa11645e21ab75a8faa039b5e6d1918c5 /security/p5-Crypt-OpenSSL-ECDSA
parent86cfbd0ce0c270d196500fc7ff12a4a238cf18fa (diff)
downloadports-703ff6d36176652e995eaf56e44c8637531c23a3.tar.gz
ports-703ff6d36176652e995eaf56e44c8637531c23a3.zip
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=427389
Diffstat (limited to 'security/p5-Crypt-OpenSSL-ECDSA')
-rw-r--r--security/p5-Crypt-OpenSSL-ECDSA/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-ECDSA/Makefile b/security/p5-Crypt-OpenSSL-ECDSA/Makefile
index 1b5e87c31a83..0b52eecbabdb 100644
--- a/security/p5-Crypt-OpenSSL-ECDSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-ECDSA/Makefile
@@ -23,4 +23,10 @@ CFLAGS+= -I${OPENSSLINC}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/ECDSA/ECDSA.so
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT:Mopenssl-devel}
+BROKEN= Does not build with openssl-devel
+.endif
+
+.include <bsd.port.post.mk>