freebsd-ports/devel/p5-Test-Reporter/Makefile
Jun Kuriyama 935c866afb - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13).

Approved by:	portmgr (itetcu)
2010-01-28 04:53:50 +00:00

33 lines
836 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.52.03
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
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
MAN1= cpantest.1
MAN3= Test::Reporter.3 \
Test::Reporter::Transport.3 \
Test::Reporter::Transport::File.3 \
Test::Reporter::Transport::HTTPGateway.3 \
Test::Reporter::Transport::Mail::Send.3 \
Test::Reporter::Transport::Net::SMTP.3 \
Test::Reporter::Transport::Net::SMTP::TLS.3
.include <bsd.port.mk>