- Changelog: https://pear.php.net/package/XML_Util/download/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11581
16 lines
259 B
Makefile
16 lines
259 B
Makefile
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_Util
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR XML utility class
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|