freebsd-ports/textproc/p5-XML-LibXML-Iterator/Makefile
Mathieu Arnold 6e2ebca4fc Assume maintainership of thoses ports I just added
remove a 'test' target, it can be achieved with make BUILD_TARGET="all test"
2003-10-01 16:41:59 +00:00

26 lines
738 B
Makefile

# New ports collection makefile for: p5-XML-LibXML-Iterator
# Date created: 11 Sep 2003
# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com>
#
# $FreeBSD$
#
PORTNAME= XML-LibXML-Iterator
PORTVERSION= 1.00
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= XML::LibXML::Iterator is an iterator for XML::LibXML parsed documents
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/XML/NodeFilter.pm:${PORTSDIR}/textproc/p5-XML-NodeFilter
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::LibXML::Iterator.3 XML::LibXML::NodeList::Iterator.3
.include <bsd.port.mk>