freebsd-ports/textproc/p5-XML-Reader/Makefile
2011-10-29 00:08:40 +00:00

26 lines
592 B
Makefile

# New ports collection makefile for: p5-XML-Reader
# Date created: 20 Oct, 2009
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
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>