svn commit: r428109 - head/ports-mgmt/distilator

Emanuel Haupt ehaupt at FreeBSD.org
Thu Dec 8 09:08:31 UTC 2016


Author: ehaupt
Date: Thu Dec  8 09:08:29 2016
New Revision: 428109
URL: https://svnweb.freebsd.org/changeset/ports/428109

Log:
  Provide an option to add SSL protocol support

Modified:
  head/ports-mgmt/distilator/Makefile

Modified: head/ports-mgmt/distilator/Makefile
==============================================================================
--- head/ports-mgmt/distilator/Makefile	Thu Dec  8 09:00:46 2016	(r428108)
+++ head/ports-mgmt/distilator/Makefile	Thu Dec  8 09:08:29 2016	(r428109)
@@ -3,6 +3,7 @@
 
 PORTNAME=	distilator
 PORTVERSION=	0.3
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt perl5
 MASTER_SITES=	LOCAL/ehaupt
 
@@ -21,4 +22,9 @@ USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	SSL
+OPTIONS_DEFAULT=SSL
+
+SSL_RUN_DEPENDS=	p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list