freebsd-ports/devel/p5-Test-Reporter/Makefile
2011-07-24 12:55:13 +00:00

27 lines
602 B
Makefile

# 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>