svn commit: r421573 - head/security/p5-Crypt-SSLeay

John Marino marino at FreeBSD.org
Thu Sep 8 18:11:00 UTC 2016


Author: marino
Date: Thu Sep  8 18:10:59 2016
New Revision: 421573
URL: https://svnweb.freebsd.org/changeset/ports/421573

Log:
  security/p5-Crypt-SSLeay: Set CFLAGS to support USES+=ssl
  
  Approved by:	SSL blanket

Modified:
  head/security/p5-Crypt-SSLeay/Makefile

Modified: head/security/p5-Crypt-SSLeay/Makefile
==============================================================================
--- head/security/p5-Crypt-SSLeay/Makefile	Thu Sep  8 17:53:13 2016	(r421572)
+++ head/security/p5-Crypt-SSLeay/Makefile	Thu Sep  8 18:10:59 2016	(r421573)
@@ -18,9 +18,9 @@ BUILD_DEPENDS=	p5-LWP-Protocol-https>=6.
 		p5-Try-Tiny>=0.19:lang/p5-Try-Tiny
 RUN_DEPENDS=	p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https
 
-USES=		perl5
+USES=		perl5 ssl
 USE_PERL5=	configure
-USE_OPENSSL=	yes
 CONFIGURE_ARGS=	--no-live-tests
+CFLAGS+=	-I${OPENSSLINC}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list