mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
This is a Log::Dispatch glue for Amon2. This module still maintained,
but I don't use this module on production environment today. I'm a user of Log::Minimal. WWW: http://search.cpan.org/dist/Amon2-Plugin-LogDispatch/
This commit is contained in:
parent
68da96a3d1
commit
71ce771a91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310682
@ -604,6 +604,7 @@
|
||||
SUBDIR += p5-AMF-Perl
|
||||
SUBDIR += p5-Acme-Monta
|
||||
SUBDIR += p5-Amon2
|
||||
SUBDIR += p5-Amon2-Plugin-LogDispatch
|
||||
SUBDIR += p5-Any-Template
|
||||
SUBDIR += p5-AnyEvent-HTTP
|
||||
SUBDIR += p5-AnyEvent-HTTP-LWP-UserAgent
|
||||
|
24
www/p5-Amon2-Plugin-LogDispatch/Makefile
Normal file
24
www/p5-Amon2-Plugin-LogDispatch/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Amon2-Plugin-LogDispatch
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension of Log::Dispatch glue for Amon2
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Amon2>=2.33:${PORTSDIR}/www/p5-Amon2 \
|
||||
p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Amon2::Plugin::LogDispatch.3 \
|
||||
Amon2::Plugin::README.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Amon2-Plugin-LogDispatch/distinfo
Normal file
2
www/p5-Amon2-Plugin-LogDispatch/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Amon2-Plugin-LogDispatch-0.01.tar.gz) = 123ff25bbb647affc15cbfd1ba482bc92963809e43cb7d8abbbd02106c6742f4
|
||||
SIZE (Amon2-Plugin-LogDispatch-0.01.tar.gz) = 20086
|
5
www/p5-Amon2-Plugin-LogDispatch/pkg-descr
Normal file
5
www/p5-Amon2-Plugin-LogDispatch/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is a Log::Dispatch glue for Amon2. This module still maintained,
|
||||
but I don't use this module on production environment today. I'm a
|
||||
user of Log::Minimal.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Amon2-Plugin-LogDispatch/
|
6
www/p5-Amon2-Plugin-LogDispatch/pkg-plist
Normal file
6
www/p5-Amon2-Plugin-LogDispatch/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Amon2/Plugin/LogDispatch/.packlist
|
||||
%%SITE_PERL%%/Amon2/Plugin/LogDispatch.pm
|
||||
%%SITE_PERL%%/Amon2/Plugin/README.pod
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amon2/Plugin/LogDispatch
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amon2/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Amon2
|
Loading…
Reference in New Issue
Block a user