29 lines
861 B
Makefile
29 lines
861 B
Makefile
# Created by: Johann Visagie <johann@egenetics.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libxml
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN/XML
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= libxml-perl-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Collection of Perl5 modules for working with XML
|
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Data::Grove.3 Data::Grove::Parent.3 Data::Grove::Visitor.3 \
|
|
XML::ESISParser.3 XML::Handler::CanonXMLWriter.3 \
|
|
XML::Handler::Sample.3 XML::Handler::Subs.3 \
|
|
XML::Handler::XMLWriter.3 XML::Parser::PerlSAX.3 \
|
|
XML::PatAct::ActionTempl.3 XML::PatAct::Amsterdam.3 \
|
|
XML::PatAct::MatchName.3 XML::PatAct::PatternTempl.3 \
|
|
XML::PatAct::ToObjects.3 XML::Perl2SAX.3 XML::SAX2Perl.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|