mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Dancer plugin which provides an easy way implement ExtDirect APIs.
WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/
This commit is contained in:
parent
ab28ac5c2a
commit
bcaced2c93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326306
5 changed files with 38 additions and 0 deletions
|
@ -845,6 +845,7 @@
|
||||||
SUBDIR += p5-Corona
|
SUBDIR += p5-Corona
|
||||||
SUBDIR += p5-Dancer
|
SUBDIR += p5-Dancer
|
||||||
SUBDIR += p5-Dancer-Logger-Log4perl
|
SUBDIR += p5-Dancer-Logger-Log4perl
|
||||||
|
SUBDIR += p5-Dancer-Plugin-ExtDirect
|
||||||
SUBDIR += p5-Dancer-Plugin-Feed
|
SUBDIR += p5-Dancer-Plugin-Feed
|
||||||
SUBDIR += p5-Dancer-Plugin-SiteMap
|
SUBDIR += p5-Dancer-Plugin-SiteMap
|
||||||
SUBDIR += p5-Dancer-Plugin-ValidationClass
|
SUBDIR += p5-Dancer-Plugin-ValidationClass
|
||||||
|
|
25
www/p5-Dancer-Plugin-ExtDirect/Makefile
Normal file
25
www/p5-Dancer-Plugin-ExtDirect/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Created by: Tom Judge <tj@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Dancer-Plugin-ExtDirect
|
||||||
|
PORTVERSION= 1.03
|
||||||
|
CATEGORIES= www perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= tj@FreeBSD.org
|
||||||
|
COMMENT= Dancer plugin for implementing ExtDirect APIs
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \
|
||||||
|
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
MAN3= Dancer::Plugin::ExtDirect.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
www/p5-Dancer-Plugin-ExtDirect/distinfo
Normal file
2
www/p5-Dancer-Plugin-ExtDirect/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Dancer-Plugin-ExtDirect-1.03.tar.gz) = 4c6f5d8033a39c9687a9cf99902976788cc1e966814fe1871e84b2fb206e02d7
|
||||||
|
SIZE (Dancer-Plugin-ExtDirect-1.03.tar.gz) = 11720
|
3
www/p5-Dancer-Plugin-ExtDirect/pkg-descr
Normal file
3
www/p5-Dancer-Plugin-ExtDirect/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Dancer plugin which provides an easy way implement ExtDirect APIs.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/
|
7
www/p5-Dancer-Plugin-ExtDirect/pkg-plist
Normal file
7
www/p5-Dancer-Plugin-ExtDirect/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ExtDirect/.packlist
|
||||||
|
%%SITE_PERL%%/Dancer/Plugin/ExtDirect.pm
|
||||||
|
@dirrmtry %%SITE_PERL%%/Dancer/Plugin
|
||||||
|
@dirrmtry %%SITE_PERL%%/Dancer
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ExtDirect
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
|
Loading…
Add table
Reference in a new issue