ab4835b807
- Add LICENSE - Remove BUILD_DEPENDS - Remove USES=dos2unix - Add NO_ARCH
18 lines
371 B
Makefile
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>
|