2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Garrett A. Wollman
|
2002-09-21 01:17:03 +02:00
|
|
|
# $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
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= 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
|
2013-11-07 14:55:25 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-09-21 01:17:03 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-09-21 01:17:03 +02:00
|
|
|
|
2007-04-06 08:48:45 +02:00
|
|
|
.include <bsd.port.mk>
|