forked from Lainports/opnsense-ports
18 lines
484 B
Makefile
18 lines
484 B
Makefile
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_Serializer
|
|
PORTVERSION= 0.20.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR Swiss-army knive for reading and writing XML files
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
|
|
${PEARDIR}/XML/Util.php:devel/pear-XML_Util
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
|
|
${PEARDIR}/XML/Util.php:devel/pear-XML_Util
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|