svn commit: r305398 - head/www/p5-HTTP-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 6 20:00:29 UTC 2012


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 at 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 \



More information about the svn-ports-all mailing list