mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
16 lines
397 B
Makefile
16 lines
397 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
PORTNAME= XML_NITF
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR NITF XML parser
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|