aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-TAP-SimpleOutput/Makefile
blob: 63bd5f083f1c17e7fbbed53386fb1502d33f6cf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   TAP-SimpleOutput
PORTVERSION=    0.002
PORTREVISION=   1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    Simple closure-driven TAP generator

LICENSE=    GPLv2

BUILD_DEPENDS=  p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>