www/p5-Dancer-Plugin-CORS: create port

Cross origin resource sharing is a feature used by modern web browser to bypass
cross site scripting restrictions. A webservice can provide those rules from
which origin a client is allowed to make cross-site requests. This module helps
you to setup such rules.

WWW: http://search.cpan.org/dist/Dancer-Plugin-CORS/

PR:		222897
Submitted by:	n_hibma
This commit is contained in:
Steve Wills 2019-01-05 16:52:54 +00:00
parent 9e61c52eb7
commit 21be6983d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489355
5 changed files with 35 additions and 0 deletions

View file

@ -805,6 +805,7 @@
SUBDIR += p5-Corona
SUBDIR += p5-Dancer
SUBDIR += p5-Dancer-Logger-Log4perl
SUBDIR += p5-Dancer-Plugin-CORS
SUBDIR += p5-Dancer-Plugin-ExtDirect
SUBDIR += p5-Dancer-Plugin-Feed
SUBDIR += p5-Dancer-Plugin-FlashMessage

View file

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= Dancer-Plugin-CORS
PORTVERSION= 0.11
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ZURBORG
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Dancer plugin for using cross origin resource sharing
RUN_DEPENDS= p5-Dancer>0:www/p5-Dancer \
p5-Modern-Perl>=0:lang/p5-Modern-Perl \
p5-Sub-Name>=0:devel/p5-Sub-Name
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1471639437
SHA256 (Dancer-Plugin-CORS-0.11.tar.gz) = 023bc81601983a0a73260cb21b3e6de6f2f8d14f0a9789ba4116e2540fb4942d
SIZE (Dancer-Plugin-CORS-0.11.tar.gz) = 9534

View file

@ -0,0 +1,6 @@
Cross origin resource sharing is a feature used by modern web browser to bypass
cross site scripting restrictions. A webservice can provide those rules from
which origin a client is allowed to make cross-site requests. This module helps
you to setup such rules.
WWW: http://search.cpan.org/dist/Dancer-Plugin-CORS/

View file

@ -0,0 +1,4 @@
%%PERL5_MAN3%%/Dancer::Plugin::CORS.3.gz
%%PERL5_MAN3%%/Dancer::Plugin::CORS::Sharing.3.gz
%%SITE_PERL%%/Dancer/Plugin/CORS.pm
%%SITE_PERL%%/Dancer/Plugin/CORS/Sharing.pm