2000-01-29 04:26:27 +01:00
|
|
|
# New ports collection makefile for: p5-HTML-Tree
|
|
|
|
# Date created: 3 January 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= HTML-Tree
|
2011-04-11 08:11:05 +02:00
|
|
|
PORTVERSION= 4.2
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-01-29 04:26:27 +01:00
|
|
|
|
2010-12-07 20:47:56 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A collection of modules to manupulate HTML syntax trees
|
2000-01-29 04:26:27 +01:00
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-04-11 08:11:05 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2010-12-19 10:57:31 +01:00
|
|
|
RUN_DEPENDS= p5-HTML-Parser>=3.46:${PORTSDIR}/www/p5-HTML-Parser \
|
2006-06-08 03:11:55 +02:00
|
|
|
p5-HTML-Tagset>=3.02:${PORTSDIR}/www/p5-HTML-Tagset
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2010-12-09 19:57:09 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
2000-01-29 04:26:27 +01:00
|
|
|
|
2010-12-09 19:57:09 +01:00
|
|
|
PERL_MODBUILD= yes
|
2000-01-29 04:26:27 +01:00
|
|
|
|
2000-11-22 22:04:54 +01:00
|
|
|
MAN3= HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 \
|
2001-03-16 10:55:12 +01:00
|
|
|
HTML::Element.3 HTML::Element::traverse.3 HTML::Tree.3 \
|
|
|
|
HTML::Tree::Scanning.3 HTML::Tree::AboutObjects.3 \
|
|
|
|
HTML::Tree::AboutTrees.3
|
2000-01-29 04:26:27 +01:00
|
|
|
|
2007-05-01 09:46:18 +02:00
|
|
|
.include <bsd.port.mk>
|