Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 20:00:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305398 - head/www/p5-HTTP-Tiny
Message-ID:  <201210062000.q96K0TUo030613@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct  6 20:00:29 2012
New Revision: 305398
URL: http://svn.freebsd.org/changeset/ports/305398

Log:
  - Add LICENSE
  - Convert to new options framework

Modified:
  head/www/p5-HTTP-Tiny/Makefile   (contents, props changed)

Modified: head/www/p5-HTTP-Tiny/Makefile
==============================================================================
--- head/www/p5-HTTP-Tiny/Makefile	Sat Oct  6 19:41:21 2012	(r305397)
+++ head/www/p5-HTTP-Tiny/Makefile	Sat Oct  6 20:00:29 2012	(r305398)
@@ -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 \



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