Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Test-Log4perl / Makefile
1 # Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Test-Log4perl
5 PORTVERSION=    0.1001
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Test::Log4perl - test Log::Log4perl
13
14 BUILD_DEPENDS=  p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
15                 p5-Lingua-EN-Numbers-Ordinate>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers-Ordinate \
16                 p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
17                 p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>