d0fc75d7f2
- Add LICENSE Changes: http://search.cpan.org/dist/HTML-TreeBuilder-XPath/Changes PR: ports/158119 [1] Submitted by: Jin-Sih Lin <linpct@gmail.com>
28 lines
617 B
Makefile
28 lines
617 B
Makefile
# New ports collection makefile for: p5-HTML-TreeBuilder-XPath
|
|
# Date created: 2006-07-11
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-TreeBuilder-XPath
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Add XPath support to HTML::TreeBuilder
|
|
|
|
RUN_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
|
p5-XML-XPathEngine>=0.12:${PORTSDIR}/textproc/p5-XML-XPathEngine
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART10 GPLv1
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::TreeBuilder::XPath.3
|
|
|
|
.include <bsd.port.mk>
|