mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Sinatra-ish framework on Amon2.
WWW: http://search.cpan.org/dist/Amon2-Lite/
This commit is contained in:
parent
3f8ae139cc
commit
dff7e9616b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310689
@ -604,6 +604,7 @@
|
||||
SUBDIR += p5-AMF-Perl
|
||||
SUBDIR += p5-Acme-Monta
|
||||
SUBDIR += p5-Amon2
|
||||
SUBDIR += p5-Amon2-Lite
|
||||
SUBDIR += p5-Amon2-Plugin-LogDispatch
|
||||
SUBDIR += p5-Any-Template
|
||||
SUBDIR += p5-AnyEvent-HTTP
|
||||
|
31
www/p5-Amon2-Lite/Makefile
Normal file
31
www/p5-Amon2-Lite/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Amon2-Lite
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for Sinatra-ish framework on Amon2!
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Amon2>=3.25:${PORTSDIR}/www/p5-Amon2 \
|
||||
p5-Data-Section-Simple>=0.03:${PORTSDIR}/devel/p5-Data-Section-Simple \
|
||||
p5-Router-Simple>=0.13:${PORTSDIR}/www/p5-Router-Simple \
|
||||
p5-Text-Xslate-Bridge-TT2Like>=0.00010:${PORTSDIR}/textproc/p5-Text-Xslate-Bridge-TT2Like
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-Text-MicroTemplate>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
|
||||
p5-Test-WWW-Mechanize-PSGI>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI \
|
||||
p5-Tiffany>0:${PORTSDIR}/textproc/p5-Tiffany \
|
||||
p5-Plack-Middleware-ReverseProxy>0:${PORTSDIR}/www/p5-Plack-Middleware-ReverseProxy
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Amon2::Lite.3 \
|
||||
Amon2::Setup::Flavor::Lite.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Amon2-Lite/distinfo
Normal file
2
www/p5-Amon2-Lite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Amon2-Lite-0.09.tar.gz) = 3b10512e834abd5e3c47cc9865ca0139dbebb43d78f05a3046ed9fd75c52080a
|
||||
SIZE (Amon2-Lite-0.09.tar.gz) = 22052
|
3
www/p5-Amon2-Lite/pkg-descr
Normal file
3
www/p5-Amon2-Lite/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Sinatra-ish framework on Amon2.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Amon2-Lite/
|
3
www/p5-Amon2-Lite/pkg-plist
Normal file
3
www/p5-Amon2-Lite/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Amon2/Lite.pm
|
||||
%%SITE_PERL%%/Amon2/Setup/Flavor/Lite.pm
|
||||
@dirrmtry %%SITE_PERL%%/Amon2/Setup/Flavor
|
Loading…
Reference in New Issue
Block a user