freebsd-ports/textproc/p5-XML-Reader/Makefile
2010-06-02 18:50:13 +00:00

23 lines
544 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.37
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Reading XML and providing path information based on a pull-parser
RUN_DEPENDS= p5-XML-Parser>=1:${PORTSDIR}/textproc/p5-XML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Reader.3 XML::Reader_de.3 XML::Reader_fr.3
.include <bsd.port.mk>