2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Dmitry Morozovsky <marck@FreeBSD.org>
|
2005-10-25 12:13:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-Driver-HTML
|
|
|
|
PORTVERSION= 0.06
|
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-10-25 12:13:43 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-10-25 12:13:43 +02:00
|
|
|
COMMENT= Perl SAX Driver for non wellformed HTML
|
|
|
|
|
2012-06-05 09:02:36 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-TreeBuilder>=0:${PORTSDIR}/textproc/p5-XML-TreeBuilder \
|
|
|
|
p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-10-25 12:13:43 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-10-25 12:13:43 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|