freebsd-ports/textproc/dtdparse/Makefile
Mathieu Arnold ba42cd2c28 Staging.
Sponsored by:	Absolight
2014-02-24 17:14:59 +00:00

19 lines
450 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
# $FreeBSD$
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>