mirror of https://git.FreeBSD.org/ports.git
18 lines
368 B
Makefile
18 lines
368 B
Makefile
PORTNAME= XML_DTD
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= textproc devel pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parsing of DTD files and DTD validation of XML files
|
|
WWW= https://pear.php.net/package/XML_DTD
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Parser>=1.3.1:devel/pear-XML_Parser@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|