freebsd-ports/textproc/pear-XML_Beautifier/Makefile
Sunpoet Po-Chuan Hsieh 70ba7d5011 Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> XML_Beautifier-1.2.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/XML_Beautifier-1.2.2.tgz
fetch: http://pear.php.net/get/XML_Beautifier-1.2.2.tgz: size mismatch: expected 14587, actual 14742

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/XML_Beautifier-1.2.2.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:46:06 +00:00

18 lines
492 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= XML_Beautifier
PORTVERSION= 1.2.2
CATEGORIES= textproc devel pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR class to format XML documents
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>