935c866afb
(part 13). Approved by: portmgr (itetcu)
33 lines
836 B
Makefile
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>
|