freebsd-ports/textproc/p5-PPIx-Utilities/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

30 lines
830 B
Makefile

# New ports collection makefile for: PPIx-Utilities
# Date created: 30 Jul 2010
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= PPIx-Utilities
PORTVERSION= 1.001000
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ELLIOTJS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extensions to PPI
RUN_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
p5-PPI>=1.208:${PORTSDIR}/textproc/p5-PPI \
p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
PERL_MODBUILD= yes
MAN3= PPIx::Utilities.3 PPIx::Utilities::Exception::Bug.3 \
PPIx::Utilities::Node.3 PPIx::Utilities::Statement.3
.include <bsd.port.mk>