summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-12-08 09:08:29 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-12-08 09:08:29 +0000
commit67fcd454a6075173b46c5b48d984b2cfb1ae565a (patch)
tree6cb2c5d98440c0c660b248eb7911874e800f777e /ports-mgmt
parent- Add LICENSE (diff)
Provide an option to add SSL protocol support
Notes
Notes: svn path=/head/; revision=428109
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/distilator/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile
index 94b79836b47b..a98a88291c8a 100644
--- a/ports-mgmt/distilator/Makefile
+++ b/ports-mgmt/distilator/Makefile
@@ -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>