freebsd-ports/textproc/p5-XML-LibXML-Simple/Makefile
Martin Wilke ba35815b20 This module is a blunt rewrite of XML::Simple (by Grant McLean)
to use the XML::LibXML parser for XML structures, where the original
uses plain Perl or SAX parsers.

WWW:	http://http://search.cpan.org/dist/XML-LibXML-Simple/

PR:		ports/133875
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
2009-04-23 09:02:29 +00:00

26 lines
625 B
Makefile

# New ports collection makefile for: p5-XML-LibXML-Simple
# Date created: 2009-04-21
# Whom: TERAMOTO Masahiro <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= XML-LibXML-Simple
PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= XML::LibXML clone of XML::Simple::XMLin()
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \
p5-XML-LibXML>=1.64:${PORTSDIR}/textproc/p5-XML-LibXML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::LibXML::Simple.3
.include <bsd.port.mk>