svn commit: r364791 - in head/www: . p5-Dancer-Plugin-REST
Ryan Steinmetz
zi at FreeBSD.org
Wed Aug 13 15:29:50 UTC 2014
Author: zi
Date: Wed Aug 13 15:29:48 2014
New Revision: 364791
URL: http://svnweb.freebsd.org/changeset/ports/364791
QAT: https://qat.redports.org/buildarchive/r364791/
Log:
New port: www/p5-Dancer-Plugin-REST:
This plugin helps you write a RESTful webservice with Dancer.
WWW: http://search.cpan.org/dist/Dancer-Plugin-REST/
Added:
head/www/p5-Dancer-Plugin-REST/
head/www/p5-Dancer-Plugin-REST/Makefile (contents, props changed)
head/www/p5-Dancer-Plugin-REST/distinfo (contents, props changed)
head/www/p5-Dancer-Plugin-REST/pkg-descr (contents, props changed)
head/www/p5-Dancer-Plugin-REST/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Wed Aug 13 15:24:01 2014 (r364790)
+++ head/www/Makefile Wed Aug 13 15:29:48 2014 (r364791)
@@ -842,6 +842,7 @@
SUBDIR += p5-Dancer-Plugin-ExtDirect
SUBDIR += p5-Dancer-Plugin-Feed
SUBDIR += p5-Dancer-Plugin-Lexicon
+ SUBDIR += p5-Dancer-Plugin-REST
SUBDIR += p5-Dancer-Plugin-SiteMap
SUBDIR += p5-Dancer-Plugin-ValidationClass
SUBDIR += p5-Dancer-Session-Cookie
Added: head/www/p5-Dancer-Plugin-REST/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-REST/Makefile Wed Aug 13 15:29:48 2014 (r364791)
@@ -0,0 +1,20 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Dancer-Plugin-REST
+PORTVERSION= 0.11
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:YANICK
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Dancer plugin for writing RESTful apps
+
+RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+
+USES= perl5
+USE_PERL5= modbuild run build
+
+.include <bsd.port.mk>
Added: head/www/p5-Dancer-Plugin-REST/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-REST/distinfo Wed Aug 13 15:29:48 2014 (r364791)
@@ -0,0 +1,2 @@
+SHA256 (Dancer-Plugin-REST-0.11.tar.gz) = 81b8916632ef464c913829fe661eb1a6cecba0f2f9f7e1935db128f2ab4518a8
+SIZE (Dancer-Plugin-REST-0.11.tar.gz) = 19134
Added: head/www/p5-Dancer-Plugin-REST/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-REST/pkg-descr Wed Aug 13 15:29:48 2014 (r364791)
@@ -0,0 +1,3 @@
+This plugin helps you write a RESTful webservice with Dancer.
+
+WWW: http://search.cpan.org/dist/Dancer-Plugin-REST/
Added: head/www/p5-Dancer-Plugin-REST/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/p5-Dancer-Plugin-REST/pkg-plist Wed Aug 13 15:29:48 2014 (r364791)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Dancer::Plugin::REST.3.gz
+%%SITE_PERL%%/Dancer/Plugin/REST.pm
More information about the svn-ports-all
mailing list