# New ports collection makefile for:	p5-XML-Reader
# Date created:				20 Oct, 2009
# Whom:					Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD: ports/textproc/p5-XML-Reader/Makefile,v 1.9 2011/10/29 00:08:40 clsung Exp $
#

PORTNAME=	XML-Reader
PORTVERSION=	0.39
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Reading XML and providing path information based on a pull-parser

BUILD_DEPENDS=	p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS=	p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser

PERL_CONFIGURE=	yes

MAN3=		XML::Reader.3 \
		XML::Reader_de.3 \
		XML::Reader_fr.3

.include <bsd.port.mk>
