Date: Mon, 9 Sep 2013 10:09:07 +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: r326798 - head/www/p5-Mojolicious Message-ID: <201309091009.r89A97a3026394@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 9 10:09:07 2013 New Revision: 326798 URL: http://svnweb.freebsd.org/changeset/ports/326798 Log: - Remove leading indefinite article from COMMENT - Remove IPV6 from OPTIONS_DEFAULT - Convert to new perl5 framework Modified: head/www/p5-Mojolicious/Makefile Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Mon Sep 9 10:09:03 2013 (r326797) +++ head/www/p5-Mojolicious/Makefile Mon Sep 9 10:09:07 2013 (r326798) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A high level MVC web framework written in Perl +COMMENT= High level MVC web framework written in Perl LICENSE= ART20 @@ -16,9 +16,10 @@ BUILD_DEPENDS= p5-EV>=4:${PORTSDIR}/deve RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= IPV6 TLS -OPTIONS_DEFAULT=IPV6 TLS +OPTIONS_DEFAULT=TLS -PERL_CONFIGURE= yes +USE_PERL5= configure +USES= perl5 MAN1= hypnotoad.1 \ mojo.1 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309091009.r89A97a3026394>