2000-12-19 14:28:35 +01:00
|
|
|
# New ports collection makefile for: XML::XPath
|
|
|
|
# Date created: 11 Nov 2000
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-XPath
|
2003-11-04 13:23:33 +01:00
|
|
|
PORTVERSION= 1.13
|
2000-12-19 14:28:35 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-12-19 14:28:35 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-06-02 15:47:49 +02:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Modules for parsing and evaluating XPath statements
|
2000-12-19 14:28:35 +01:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
2002-06-02 15:47:49 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2000-12-19 14:28:35 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-12-19 14:28:35 +01:00
|
|
|
|
|
|
|
MAN3= XML::XPath.3 XML::XPath::Boolean.3 XML::XPath::Builder.3 \
|
|
|
|
XML::XPath::Literal.3 XML::XPath::Node.3 \
|
|
|
|
XML::XPath::Node::Attribute.3 XML::XPath::Node::Comment.3 \
|
|
|
|
XML::XPath::Node::Element.3 XML::XPath::Node::Namespace.3 \
|
|
|
|
XML::XPath::Node::PI.3 XML::XPath::Node::Text.3 \
|
|
|
|
XML::XPath::NodeSet.3 XML::XPath::Number.3 \
|
|
|
|
XML::XPath::PerlSAX.3 XML::XPath::XMLParser.3
|
|
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|