aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Reporter/Makefile
blob: d28d871b9404968a7fd7f4b14403359ed57b7c87 (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
25
26
27
# New ports collection makefile for:    p5-Test-Reporter
# Date created:             Sat Dec 20 23:11:45 CET 2003
# Whom:                 Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#

PORTNAME=   Test-Reporter
PORTVERSION=    1.58
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    Sends test results to cpan-testers@perl.org

RUN_DEPENDS=    p5-Net>0:${PORTSDIR}/net/p5-Net
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Test::Reporter.3 \
        Test::Reporter::Transport.3 \
        Test::Reporter::Transport::File.3 \
        Test::Reporter::Transport::Null.3

.include <bsd.port.mk>