freebsd-ports/textproc/p5-XML-LibXML/Makefile
Ying-Chieh Liao 0802ab78d3 upgrade to 0.9.7
PR:		28870
Submitted by:	skv@protey.ru
2001-07-10 12:27:49 +00:00

30 lines
804 B
Makefile

# New ports collection makefile for: XML::LibXML
# Date created: 28 May 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= XML-LibXML
PORTVERSION= 0.97
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'
MAN3= XML::LibXML::Element.3 XML::LibXML::CDATASection.3 \
XML::LibXML::Comment.3 XML::LibXML::Text.3 XML::LibXML.3 \
XML::LibXML::Node.3 XML::LibXML::Document.3 \
XML::LibXML::Dtd.3 XML::LibXML::Namespace.3 \
XML::LibXML::DocumentFragment.3 XML::LibXML::Attr.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>