freebsd-ports/devel/p5-Test-Kwalitee/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

32 lines
1.1 KiB
Makefile

# New ports collection makefile for: p5-Test-Kwalitee
# Date created: 2008-02-14
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Test-Kwalitee
PORTVERSION= 1.01
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Test the Kwalitee of a distribution before you release it
BUILD_DEPENDS+= ${SITE_PERL}/Module/CPANTS/Analyse.pm:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature
RUN_DEPENDS+= ${SITE_PERL}/Module/CPANTS/Analyse.pm:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Module/Signature.pm:${PORTSDIR}/security/p5-Module-Signature
PERL_CONFIGURE= 5.6.2+
PERL_MODBUILD= yes
MAN3= Test::Kwalitee.3
.include <bsd.port.mk>