aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Output/Makefile
blob: 14aeafe6542d2891530415c290f9a6f701bd1b96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   Test-Output
PORTVERSION=    1.03.1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

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:devel/p5-Capture-Tiny
RUN_DEPENDS:=   ${BUILD_DEPENDS}

NO_ARCH=    yes
USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>