freebsd-ports/textproc/p5-XML-LibXML/Makefile
Joe Marcus Clarke 7403d3a5d9 Give maintainership back to skv. He has told portmgr that he never intended
this port to lapse, and he is working with the author to provide a more
optimal fix to this port's build problems.

Approved by:	adam@migus.org (previous maintainer)
2004-01-19 18:34:40 +00:00

39 lines
1.2 KiB
Makefile

# New ports collection makefile for: XML::LibXML
# Date created: 28 May 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-LibXML
PORTVERSION= 1.56
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Interface to Gnome libxml2 library
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML/Common.pm:${PORTSDIR}/textproc/p5-XML-LibXML-Common \
${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ENV= XMLPREFIX='${PREFIX}'
MAN3= XML::LibXML.3 XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \
XML::LibXML::CDATASection.3 XML::LibXML::Comment.3 \
XML::LibXML::DOM.3 XML::LibXML::Document.3 \
XML::LibXML::DocumentFragment.3 XML::LibXML::Dtd.3 \
XML::LibXML::Element.3 XML::LibXML::Literal.3 \
XML::LibXML::Namespace.3 XML::LibXML::Node.3 \
XML::LibXML::NodeList.3 XML::LibXML::Number.3 XML::LibXML::PI.3 \
XML::LibXML::Parser.3 XML::LibXML::SAX.3 \
XML::LibXML::SAX::Builder.3 XML::LibXML::SAX::Generator.3 \
XML::LibXML::Text.3
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>