aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Tiny
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-10-06 20:00:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-10-06 20:00:29 +0000
commit007e4c52dfeabfe974f44885c66cec78078d3cee (patch)
treeea8eba1a2d577208264a25a4c035c51abe3ff27e /www/p5-HTTP-Tiny
parent5cb701e3763e181d50a655b72a2745bedd560ea2 (diff)
downloadports-007e4c52dfeabfe974f44885c66cec78078d3cee.tar.gz
ports-007e4c52dfeabfe974f44885c66cec78078d3cee.zip
Notes
Diffstat (limited to 'www/p5-HTTP-Tiny')
-rw-r--r--www/p5-HTTP-Tiny/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile
index 1db7a5fa5a8f..064355cae1ea 100644
--- a/www/p5-HTTP-Tiny/Makefile
+++ b/www/p5-HTTP-Tiny/Makefile
@@ -15,7 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A small, simple, correct HTTP/1.1 client
-OPTIONS= HTTPS "https support" on
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+OPTIONS_DEFINE= HTTPS
+OPTIONS_DEFAULT=HTTPS
PERL_CONFIGURE= yes
@@ -23,7 +27,7 @@ MAN3= HTTP::Tiny.3
.include <bsd.port.options.mk>
-.if !defined(WITHOUT_HTTPS)
+.if ${PORT_OPTIONS:MHTTPS}
BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
RUN_DEPENDS+= p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \