freebsd-ports/textproc/dtdparse/Makefile

22 lines
479 B
Makefile
Raw Normal View History

# Created by: Kimura Fuyuki <fuyuki@mj.0038.net>
# $FreeBSD$
PORTNAME= dtdparse
PORTVERSION= 2.00
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF
DISTNAME= SGML-DTDParse-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= Parse a DTD and produce an XML document that represents it
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
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
2015-08-04 23:35:05 +02:00
NO_ARCH= yes
.include <bsd.port.mk>