freebsd-ports/devel/p5-Test-Spelling/Makefile
Emanuel Haupt e711de7886 - Avoid use of SITE_PERL in DEPENDS
- Add TEST_DEPENDS

PR:		166068
Submitted by:	swills
Feature safe:	yes
2012-03-14 14:02:42 +00:00

26 lines
617 B
Makefile

# New ports collection makefile for: p5-Test-Spelling
# Date Created: 22 Apr 2008
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Spelling
PORTVERSION= 0.15
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Check for spelling errors in POD files
BUILD_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell
RUN_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell
TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
PERL_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN3= Test::Spelling.3
.include <bsd.port.mk>