2005-09-13 08:42:14 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-XML-DOM-XPath
|
|
|
|
# Date created: 8 September 2005
|
|
|
|
# Whom: Mauricio Herrera Cuadra <mauricio@arareko.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-DOM-XPath
|
2008-10-18 05:18:27 +02:00
|
|
|
PORTVERSION= 0.14
|
2005-09-13 08:42:14 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-09-13 08:42:14 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= mauricio@arareko.net
|
|
|
|
COMMENT= Adds XPath support to XML::DOM, using XML::XPath engine
|
|
|
|
|
2008-10-18 05:18:27 +02:00
|
|
|
RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM \
|
|
|
|
p5-XML-XPathEngine>=0:${PORTSDIR}/textproc/p5-XML-XPathEngine
|
2005-09-13 08:42:14 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= XML::DOM::XPath.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|