mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Plack::Builder extension.
WWW: http://search.cpan.org/dist/Plack-Builder-Conditionals/
This commit is contained in:
parent
ba4071189a
commit
df7d33e511
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332659
@ -1107,6 +1107,7 @@
|
||||
SUBDIR += p5-Perlbal-Plugin-PSGI
|
||||
SUBDIR += p5-Plack
|
||||
SUBDIR += p5-Plack-App-Proxy
|
||||
SUBDIR += p5-Plack-Builder-Conditionals
|
||||
SUBDIR += p5-Plack-Handler-AnyEvent-HTTPD
|
||||
SUBDIR += p5-Plack-Handler-AnyEvent-ReverseHTTP
|
||||
SUBDIR += p5-Plack-Handler-AnyEvent-SCGI
|
||||
|
21
www/p5-Plack-Builder-Conditionals/Makefile
Normal file
21
www/p5-Plack-Builder-Conditionals/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Plack-Builder-Conditionals
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to extend Plack::Builder
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
p5-Net-CIDR-Lite>0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
|
||||
p5-Plack>=0.9941:${PORTSDIR}/www/p5-Plack
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Plack-Builder-Conditionals/distinfo
Normal file
2
www/p5-Plack-Builder-Conditionals/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Plack-Builder-Conditionals-0.05.tar.gz) = 4d4cb29b9926c7be9e4cbe2f9cd3d4754269c5c404698874331dfd19d6fa708b
|
||||
SIZE (Plack-Builder-Conditionals-0.05.tar.gz) = 12000
|
3
www/p5-Plack-Builder-Conditionals/pkg-descr
Normal file
3
www/p5-Plack-Builder-Conditionals/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Plack::Builder extension.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Plack-Builder-Conditionals/
|
3
www/p5-Plack-Builder-Conditionals/pkg-plist
Normal file
3
www/p5-Plack-Builder-Conditionals/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PERL5_MAN3%%/Plack::Builder::Conditionals.3.gz
|
||||
%%SITE_PERL%%/Plack/Builder/Conditionals.pm
|
||||
@dirrmtry %%SITE_PERL%%/Plack/Builder
|
Loading…
Reference in New Issue
Block a user