diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-09 18:09:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-09 18:09:07 +0800 |
commit | 908eeda91937f341b0309569cb4d6236059b7805 (patch) | |
tree | 5c889e24f0e6fabf16f7fef46847cb35ae251ccb /www | |
parent | d8ce359e2bcb6226ef1866d16ddfc2f4173ff8ed (diff) | |
download | freebsd-ports-gnome-908eeda91937f341b0309569cb4d6236059b7805.tar.gz freebsd-ports-gnome-908eeda91937f341b0309569cb4d6236059b7805.tar.zst freebsd-ports-gnome-908eeda91937f341b0309569cb4d6236059b7805.zip |
- Remove leading indefinite article from COMMENT
- Remove IPV6 from OPTIONS_DEFAULT
- Convert to new perl5 framework
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index 62f2031bb8f9..549d5703c1c6 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -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}/devel/p5-EV 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 \ |