# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
# $FreeBSD: tags/RELEASE_10_1_0/textproc/dtdparse/Makefile 345881 2014-02-24 17:14:59Z mat $

PORTNAME=	dtdparse
PORTVERSION=	2.00
CATEGORIES=	textproc
MASTER_SITES=	SF
DISTNAME=	SGML-DTDParse-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Parse a DTD and produce an XML document that represents it

RUN_DEPENDS=	p5-DelimMatch>=0:${PORTSDIR}/textproc/p5-DelimMatch \
		p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
