freebsd-ports/devel/p5-Test-Output/Makefile
Frederic Culot e9cb499f16 - Update to 1.03
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Test-Output/Changes
2014-01-11 08:29:45 +00:00

24 lines
574 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Test-Output
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Utilities to test STDOUT and STDERR messages
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Capture-Tiny>=0.17:${PORTSDIR}/devel/p5-Capture-Tiny \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>