mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
6e2ebca4fc
remove a 'test' target, it can be achieved with make BUILD_TARGET="all test"
27 lines
738 B
Makefile
27 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>
|