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

PORTNAME=   TAP-SimpleOutput
PORTVERSION=    0.001
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= TAP
PKGNAMEPREFIX=  p5-

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

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

PERL_CONFIGURE= yes

MAN3=   TAP::SimpleOutput.3

.include <bsd.port.mk>