aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pear-XML_DTD/Makefile
blob: 1795cf670a8d034d5747f9c638e77ecdacec2fbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>