2013-08-02 20:52:07 +02:00
|
|
|
# Created by: chinsan <chinsan.tw@gmail.com>
|
2006-07-12 05:41:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-Handler-Dtd2Html
|
2012-07-18 19:54:07 +02:00
|
|
|
PORTVERSION= 0.42
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-07-12 05:41:58 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-12 05:41:58 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-12 05:41:58 +02:00
|
|
|
COMMENT= SAX2 handler for generate a Html documentation from a DTD
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \
|
|
|
|
p5-HTML-Template>=2.8:www/p5-HTML-Template \
|
|
|
|
p5-XML-Parser>=2.3:textproc/p5-XML-Parser \
|
|
|
|
p5-XML-SAX-Expat>=0.37:textproc/p5-XML-SAX-Expat \
|
|
|
|
p5-XML-SAX-Writer>=0.44:textproc/p5-XML-SAX-Writer \
|
|
|
|
p5-libxml>=0.08:textproc/p5-libxml
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-12 05:41:58 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-12 05:41:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|