freebsd-ports/textproc/pear-XML_DTD/Makefile
Po-Chuan Hsieh ab4835b807
textproc/pear-XML_DTD: Change the way *_DEPENDS are set
- Add LICENSE
- Remove BUILD_DEPENDS
- Remove USES=dos2unix
- Add NO_ARCH
2021-09-19 14:00:10 +08:00

18 lines
371 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
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
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>