2006-07-19 10:04:17 +02:00
|
|
|
# New ports collection makefile for: p5-Test-Output
|
|
|
|
# Date created: 2006-07-19
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Test-Output
|
2009-03-15 20:40:10 +01:00
|
|
|
PORTVERSION= 0.13
|
2006-07-19 10:04:17 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-19 10:04:17 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-03-15 20:40:10 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-19 10:04:17 +02:00
|
|
|
COMMENT= Utilities to test STDOUT and STDERR messages
|
|
|
|
|
2009-03-15 20:40:10 +01:00
|
|
|
RUN_DEPENDS= p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
|
2006-07-19 10:04:17 +02:00
|
|
|
|
2008-11-22 09:53:32 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2006-07-19 10:04:17 +02:00
|
|
|
|
|
|
|
MAN3= Test::Output::Tie.3 Test::Output.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|