freebsd-ports/devel/pear-Config/Makefile
Sunpoet Po-Chuan Hsieh 198588355e Update distinfo and unbreak this port
- While I'm here, fix indent

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

=> Config-1.10.12.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Config-1.10.12.tgz
fetch: http://pear.php.net/get/Config-1.10.12.tgz: size mismatch: expected 32291, actual 32535

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

20 lines
525 B
Makefile

# Created by: Alex Miller (<asm@asm.kiev.ua>)
# $FreeBSD$
PORTNAME= Config
PORTVERSION= 1.10.12
CATEGORIES= devel www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Your configurations swiss-army knife
OPTIONS_DEFINE= PEAR_XML_PARSER PEAR_XML_UTIL
PEAR_XML_PARSER_DESC= PEAR::XML_Parser support
PEAR_XML_UTIL_DESC= PEAR::XML_Util support
USES= pear
PEAR_XML_PARSER_RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
PEAR_XML_UTIL_RUN_DEPENDS= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util
.include <bsd.port.mk>