aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Log-Any-Adapter/Makefile
blob: e3cc946869ccf7afd60a0b767156ccbd6d29b222 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
           

                               
                    







                                              
                                                       
                                               
                                                                                 
                              
                                                                       
 

                         


                                   



                                          
 
                   
                      
# $FreeBSD$

PORTNAME=	Log-Any-Adapter
PORTVERSION=	0.11
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to log anywhere

RUN_DEPENDS=	\
	p5-Log-Any>=0.10:${PORTSDIR}/devel/p5-Log-Any \
	p5-Guard>0:${PORTSDIR}/devel/p5-Guard \
	p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny

USES=		perl5
USE_PERL5=	configure

MAN3=	Log::Any::Adapter.3 \
	Log::Any::Adapter::Base.3 \
	Log::Any::Adapter::Development.3 \
	Log::Any::Adapter::File.3 \
	Log::Any::Adapter::Stderr.3 \
	Log::Any::Adapter::Stdout.3

NO_STAGE=	yes
.include <bsd.port.mk>