mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
This is a port for Log::Any::Adapter::Log4perl, Log::Any's adapter for Log4perl.
WWW: http://search.cpan.org/dist/Log-Any-Adapter-Log4perl/ PR: ports/153957 Submitted by: Evgeniy Kosov <evgeniy at kosov.su> Approved by: pgollucci (mentor) Feature safe: yes
This commit is contained in:
parent
ce5b2a98e0
commit
cbb989b2d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267812
5 changed files with 41 additions and 0 deletions
|
@ -1842,6 +1842,7 @@
|
|||
SUBDIR += p5-Log-Any
|
||||
SUBDIR += p5-Log-Any-Adapter
|
||||
SUBDIR += p5-Log-Any-Adapter-Dispatch
|
||||
SUBDIR += p5-Log-Any-Adapter-Log4perl
|
||||
SUBDIR += p5-Log-Any-Adapter-Syslog
|
||||
SUBDIR += p5-Log-Dispatch
|
||||
SUBDIR += p5-Log-Dispatch-Colorful
|
||||
|
|
26
devel/p5-Log-Any-Adapter-Log4perl/Makefile
Normal file
26
devel/p5-Log-Any-Adapter-Log4perl/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-Log-Any-Adapter-Log4perl
|
||||
# Date created: January 13th 2011
|
||||
# Whom: Evgeniy Kosov <evgeniy@kosov.su>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Log-Any-Adapter-Log4perl
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Log::Any adapter for Log4perl
|
||||
|
||||
RUN_DEPENDS= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp \
|
||||
p5-Log-Any-Adapter>0:${PORTSDIR}/devel/p5-Log-Any-Adapter \
|
||||
p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Log::Any::Adapter::Log4perl.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Log-Any-Adapter-Log4perl/distinfo
Normal file
2
devel/p5-Log-Any-Adapter-Log4perl/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Log-Any-Adapter-Log4perl-0.06.tar.gz) = 0e9771a84afcea5b54edbcef3448e5b32f880364f7a19e814d6b94cfef7a0f9a
|
||||
SIZE (Log-Any-Adapter-Log4perl-0.06.tar.gz) = 22838
|
3
devel/p5-Log-Any-Adapter-Log4perl/pkg-descr
Normal file
3
devel/p5-Log-Any-Adapter-Log4perl/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is a port for Log::Any::Adapter::Log4perl, Log::Any's adapter for Log4perl.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Log-Any-Adapter-Log4perl/
|
9
devel/p5-Log-Any-Adapter-Log4perl/pkg-plist
Normal file
9
devel/p5-Log-Any-Adapter-Log4perl/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/Log/Any/Adapter/Log4perl.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter/Log4perl/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter/Log4perl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log
|
||||
@dirrmtry %%SITE_PERL%%/Log/Any/Adapter
|
||||
@dirrmtry %%SITE_PERL%%/Log/Any
|
||||
@dirrmtry %%SITE_PERL%%/Log
|
Loading…
Add table
Reference in a new issue