Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 11:08:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438642 - head/security/p5-Crypt-OpenSSL-X509
Message-ID:  <201704161108.v3GB8FCi073441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 16 11:08:15 2017
New Revision: 438642
URL: https://svnweb.freebsd.org/changeset/ports/438642

Log:
  Use BROKEN_SSL

Modified:
  head/security/p5-Crypt-OpenSSL-X509/Makefile

Modified: head/security/p5-Crypt-OpenSSL-X509/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-X509/Makefile	Sun Apr 16 11:08:10 2017	(r438641)
+++ head/security/p5-Crypt-OpenSSL-X509/Makefile	Sun Apr 16 11:08:15 2017	(r438642)
@@ -13,6 +13,8 @@ COMMENT=	Perl extension for OpenSSL X509
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+BROKEN_SSL=	openssl-devel
+
 USES=		perl5 ssl
 USE_PERL5=	configure
 MAKE_ARGS=	PASTHRU_INC=-I${OPENSSLINC}
@@ -23,10 +25,4 @@ post-patch:
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Crypt/OpenSSL/X509/X509.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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704161108.v3GB8FCi073441>