2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
2002-02-06 08:37:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dtdparse
|
2005-07-22 10:25:07 +02:00
|
|
|
PORTVERSION= 2.00
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2002-02-06 08:37:00 +01:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF
|
2005-07-22 10:25:07 +02:00
|
|
|
DISTNAME= SGML-DTDParse-${PORTVERSION}
|
2002-02-06 08:37:00 +01:00
|
|
|
|
2003-03-31 01:04:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Parse a DTD and produce an XML document that represents it
|
2002-02-06 08:37:00 +01:00
|
|
|
|
2012-06-28 20:37:23 +02:00
|
|
|
RUN_DEPENDS= p5-DelimMatch>=0:${PORTSDIR}/textproc/p5-DelimMatch \
|
|
|
|
p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
|
2002-02-06 08:37:00 +01:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2015-08-04 23:35:05 +02:00
|
|
|
NO_ARCH= yes
|
2002-02-06 08:37:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|