mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
bf16b45e69
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => UDDI-0.2.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/UDDI-0.2.4.tgz fetch: http://pear.php.net/get/UDDI-0.2.4.tgz: size mismatch: expected 7945, actual 7972 Reference: https://people.FreeBSD.org/~sunpoet/checksum/UDDI-0.2.4.tgz [1] Approved by: portmgr (blanket)
19 lines
438 B
Makefile
19 lines
438 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= UDDI
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= www pear finance
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR UDDI for PHP
|
|
|
|
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>
|