freebsd-ports/devel/p5-Test-Output/Makefile
Yen-Ming Lee cd57d53c7d - update to 0.12
PR:		128504
Submitted by:	leeym
Approved by:	maintainer timeout
2008-11-22 08:53:32 +00:00

25 lines
580 B
Makefile

# New ports collection makefile for: p5-Test-Output
# Date created: 2006-07-19
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Test-Output
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Utilities to test STDOUT and STDERR messages
RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-Test-Tester>=0.10.3:${PORTSDIR}/devel/p5-Test-Tester
PERL_CONFIGURE= yes
MAN3= Test::Output::Tie.3 Test::Output.3
.include <bsd.port.mk>