freebsd-ports/textproc/p5-XML-SAX-Expat-Incremental/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

26 lines
695 B
Makefile

# New ports collection makefile for: textproc/p5-XML-SAX-Expat-Incremental
# Date created: 22 December 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-SAX-Expat-Incremental
PORTVERSION= 0.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= XML::SAX::Expat subclass for non-blocking (incremental)
RUN_DEPENDS= p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-XML-SAX-Expat>0:${PORTSDIR}/textproc/p5-XML-SAX-Expat
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
MAN3= XML::SAX::Expat::Incremental.3
.include <bsd.port.mk>