From ab7b1ad6e9abefb7730abbe84066f582090e3806 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Wed, 13 Aug 2014 15:29:48 +0000 Subject: 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/ --- www/p5-Dancer-Plugin-REST/Makefile | 20 ++++++++++++++++++++ www/p5-Dancer-Plugin-REST/distinfo | 2 ++ www/p5-Dancer-Plugin-REST/pkg-descr | 3 +++ www/p5-Dancer-Plugin-REST/pkg-plist | 2 ++ 4 files changed, 27 insertions(+) create mode 100644 www/p5-Dancer-Plugin-REST/Makefile create mode 100644 www/p5-Dancer-Plugin-REST/distinfo create mode 100644 www/p5-Dancer-Plugin-REST/pkg-descr create mode 100644 www/p5-Dancer-Plugin-REST/pkg-plist (limited to 'www/p5-Dancer-Plugin-REST') diff --git a/www/p5-Dancer-Plugin-REST/Makefile b/www/p5-Dancer-Plugin-REST/Makefile new file mode 100644 index 000000000000..0a58c8d31cde --- /dev/null +++ b/www/p5-Dancer-Plugin-REST/Makefile @@ -0,0 +1,20 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= Dancer-Plugin-REST +PORTVERSION= 0.11 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:YANICK +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@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 diff --git a/www/p5-Dancer-Plugin-REST/distinfo b/www/p5-Dancer-Plugin-REST/distinfo new file mode 100644 index 000000000000..3ff068674bab --- /dev/null +++ b/www/p5-Dancer-Plugin-REST/distinfo @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-REST-0.11.tar.gz) = 81b8916632ef464c913829fe661eb1a6cecba0f2f9f7e1935db128f2ab4518a8 +SIZE (Dancer-Plugin-REST-0.11.tar.gz) = 19134 diff --git a/www/p5-Dancer-Plugin-REST/pkg-descr b/www/p5-Dancer-Plugin-REST/pkg-descr new file mode 100644 index 000000000000..03682085276a --- /dev/null +++ b/www/p5-Dancer-Plugin-REST/pkg-descr @@ -0,0 +1,3 @@ +This plugin helps you write a RESTful webservice with Dancer. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-REST/ diff --git a/www/p5-Dancer-Plugin-REST/pkg-plist b/www/p5-Dancer-Plugin-REST/pkg-plist new file mode 100644 index 000000000000..89e239f1b3a9 --- /dev/null +++ b/www/p5-Dancer-Plugin-REST/pkg-plist @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Dancer::Plugin::REST.3.gz +%%SITE_PERL%%/Dancer/Plugin/REST.pm -- cgit v1.2.3