Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 12:20:57 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422915 - head/security/p5-Crypt-OpenSSL-CA
Message-ID:  <201609291220.u8TCKvgM085556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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