aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2011-08-06 13:01:22 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2011-08-06 13:01:22 +0000
commit93583184b531bc41d53168550637d235f2bacf2e (patch)
tree79fa083a0b9111da9d415f4541ddaf0adcd6ea24 /www/p5-Dancer
parent43537321efc58001645314e870472bfe6cd3a708 (diff)
downloadports-93583184b531bc41d53168550637d235f2bacf2e.tar.gz
ports-93583184b531bc41d53168550637d235f2bacf2e.zip
Notes
Diffstat (limited to 'www/p5-Dancer')
-rw-r--r--www/p5-Dancer/Makefile9
-rw-r--r--www/p5-Dancer/distinfo4
-rw-r--r--www/p5-Dancer/pkg-plist1
3 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index 8ae6a43663bb..a299845c728d 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Dancer
-PORTVERSION= 1.3060
+PORTVERSION= 1.3071
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SUKRIA
@@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for minimal-effort oriented web application framework
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \
@@ -25,9 +28,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
OPTIONS= YAML "Enable YAML implementation in Perl" On
-LICENSE= ART10 GPLv1
-LICENSE_COMB= dual
-
.include <bsd.port.options.mk>
.if defined(WITH_YAML)
@@ -48,6 +48,7 @@ MAN3= Dancer.3 \
Dancer::Development::Integration.3 \
Dancer::Engine.3 \
Dancer::Error.3 \
+ Dancer::Exception.3 \
Dancer::FileUtils.3 \
Dancer::HTTP.3 \
Dancer::Handler::Debug.3 \
diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo
index eaca46ba5d9a..af6cb691ea7c 100644
--- a/www/p5-Dancer/distinfo
+++ b/www/p5-Dancer/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Dancer-1.3060.tar.gz) = e2cb4bb16f8fd6cbc11c187ad2dd0232cf636811782b26708754b4dad1f7c351
-SIZE (Dancer-1.3060.tar.gz) = 263238
+SHA256 (Dancer-1.3071.tar.gz) = 4c448a9e1e77bec07340cfabdb7e4c84feeba7b722a02a5b10fc277cff86941e
+SIZE (Dancer-1.3071.tar.gz) = 270593
diff --git a/www/p5-Dancer/pkg-plist b/www/p5-Dancer/pkg-plist
index 77f8e231410a..950cec1fcb16 100644
--- a/www/p5-Dancer/pkg-plist
+++ b/www/p5-Dancer/pkg-plist
@@ -12,6 +12,7 @@ bin/dancer
%%SITE_PERL%%/Dancer/Development/Integration.pod
%%SITE_PERL%%/Dancer/Engine.pm
%%SITE_PERL%%/Dancer/Error.pm
+%%SITE_PERL%%/Dancer/Exception.pm
%%SITE_PERL%%/Dancer/Factory/Hook.pm
%%SITE_PERL%%/Dancer/FileUtils.pm
%%SITE_PERL%%/Dancer/GetOpt.pm