mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
5f71b6406d
- Bump PORTREVISION due to new RUN_DEPENDS - Add TEST_DEPENDS to enable testing PR: ports/164782 Submitted by: swills (myself) Approved by: maintainer timeout (geraud@gcu.info, > 2 weeks)
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# New ports collection makefile for: devel/p5-Log-Dispatchouli
|
|
# Date created: 2011-09-19
|
|
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Log-Dispatchouli
|
|
PORTVERSION= 2.005
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= geraud@gcu.info
|
|
COMMENT= Log events to an array (reference)
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
|
|
p5-Log-Dispatch-Array>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \
|
|
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
|
p5-Sub-Exporter-GlobExporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter-GlobExporter \
|
|
p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger \
|
|
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
|
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Log::Dispatchouli.3 \
|
|
Log::Dispatchouli::Global.3 \
|
|
Log::Dispatchouli::Proxy.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|