aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer2-Plugin-Ajax/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2014-12-25 13:16:27 +0000
committerWen Heping <wen@FreeBSD.org>2014-12-25 13:16:27 +0000
commit13ebb3c3bfcbe7265e46b451c7c06c1673f0bc9d (patch)
tree407a7ebfaba181f869f6c15293466e78eb174656 /www/p5-Dancer2-Plugin-Ajax/Makefile
parent8dd560c789b5505281336c25cd2877c4e5b9beaa (diff)
downloadports-13ebb3c3bfcbe7265e46b451c7c06c1673f0bc9d.tar.gz
ports-13ebb3c3bfcbe7265e46b451c7c06c1673f0bc9d.zip
The ajax keyword which is exported by this plugin allow you to
define a route handler optimized for Ajax queries. WWW: https://metacpan.org/pod/Dancer2::Plugin::Ajax PR: 196253 Submitted by: Henk van Oers<hvo.pm@xs4all.nl>
Notes
Notes: svn path=/head/; revision=375546
Diffstat (limited to 'www/p5-Dancer2-Plugin-Ajax/Makefile')
-rw-r--r--www/p5-Dancer2-Plugin-Ajax/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-Dancer2-Plugin-Ajax/Makefile b/www/p5-Dancer2-Plugin-Ajax/Makefile
new file mode 100644
index 000000000000..cdc2d9a2b1b3
--- /dev/null
+++ b/www/p5-Dancer2-Plugin-Ajax/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= Dancer2-Plugin-Ajax
+PORTVERSION= 0.200000
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Ajax handling for Dancer2 applications
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+RUN_DEPENDS= p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>