freebsd-ports/devel/p5-Test-Distribution/Makefile
Jun Kuriyama 62b70a85de - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 14).

Approved by:	portmgr (itetcu)
2010-01-28 22:37:43 +00:00

28 lines
785 B
Makefile

# New ports collection makefile for: p5-Test-Distribution
# Date created: 2008-02-11
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Test-Distribution
PORTVERSION= 2.00
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Test::Distribution - Perform tests on all modules of a distribution
BUILD_DEPENDS+= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS+= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Test::Distribution.3
.include <bsd.port.mk>