svn commit: r422915 - head/security/p5-Crypt-OpenSSL-CA

Mathieu Arnold mat at FreeBSD.org
Thu Sep 29 12:20:59 UTC 2016


Author: mat
Date: Thu Sep 29 12:20:57 2016
New Revision: 422915
URL: https://svnweb.freebsd.org/changeset/ports/422915

Log:
  Record its need for OpenSSL, and do a first step into making it build
  with openssl from ports. (It still does not.)
  
  Sponsored by:	Absolight

Modified:
  head/security/p5-Crypt-OpenSSL-CA/Makefile   (contents, props changed)

Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-CA/Makefile	Thu Sep 29 12:08:49 2016	(r422914)
+++ head/security/p5-Crypt-OpenSSL-CA/Makefile	Thu Sep 29 12:20:57 2016	(r422915)
@@ -26,7 +26,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Group>=0:devel/p5-Test-Group \
 		p5-Test-Taint>=0:devel/p5-Test-Taint
 
-USES=		perl5
+USES=		perl5 ssl
 USE_PERL5=	modbuild
+CONFIGURE_ARGS=	--openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}"
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list