Date: Thu, 8 Dec 2016 09:08:29 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428109 - head/ports-mgmt/distilator Message-ID: <201612080908.uB898TVq061245@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612080908.uB898TVq061245>