2002-09-21 01:17:03 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-Element-Extended
|
|
|
|
# Date created: 20 September 2002
|
|
|
|
# Whom: Garrett A. Wollman
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Element-Extended
|
2010-06-10 20:47:35 +02:00
|
|
|
PORTVERSION= 1.18
|
2002-09-21 01:17:03 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-09-21 01:17:03 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-10 20:47:35 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An extended interface to HTML::Tree's HTML::Element class
|
2002-09-21 01:17:03 +02:00
|
|
|
|
2011-08-28 08:10:29 +02:00
|
|
|
BUILD_DEPENDS= p5-HTML-Tree>=3.01:${PORTSDIR}/www/p5-HTML-Tree
|
|
|
|
RUN_DEPENDS= p5-HTML-Tree>=3.01:${PORTSDIR}/www/p5-HTML-Tree
|
2002-09-21 01:17:03 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= HTML::ElementRaw.3 HTML::ElementGlob.3 \
|
|
|
|
HTML::ElementSuper.3 HTML::ElementTable.3
|
|
|
|
|
2007-04-06 08:48:45 +02:00
|
|
|
.include <bsd.port.mk>
|