ba35815b20
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>
26 lines
625 B
Makefile
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>
|