blob: 5f0972b8c849ecb80c36a1c4936312ccb8f57e95 (
plain) (
tree)
|
|
# New ports collection makefile for: p5-Test-Warn
# Date created: June 18, 2005
# Whom: Brian Minard <bminard@flatfoot.ca>
#
# $FreeBSD$
#
PORTNAME= Test-Warn
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to test methods for warnings
RUN_DEPENDS= p5-Array-Compare>=0:${PORTSDIR}/misc/p5-Array-Compare \
p5-Sub-Uplevel>=0.12:${PORTSDIR}/devel/p5-Sub-Uplevel \
p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node
PERL_CONFIGURE= yes
MAN3= Test::Warn.3
.include <bsd.port.mk>
|