Prune www/mod_log_mysql
[dports.git] / devel / p5-Test-Warnings / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Test-Warnings
5 PORTVERSION=    0.016
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        Test for warnings and the lack of them
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 TEST_DEPENDS=   p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
17                 p5-Test-Kwalitee>=1.12:${PORTSDIR}/devel/p5-Test-Kwalitee \
18                 p5-Test-Tester>=0.108:${PORTSDIR}/devel/p5-Test-Tester
19
20 USE_PERL5=      configure
21 USES=           perl5
22
23 .include <bsd.port.mk>