mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
- While I'm here, add USES=php Content of tarballs are unchanged (checked against [1]). => PHP_CompatInfo-1.9.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/PHP_CompatInfo-1.9.0.tgz fetch: http://pear.php.net/get/PHP_CompatInfo-1.9.0.tgz: size mismatch: expected 180340, actual 185616 Reference: https://people.FreeBSD.org/~sunpoet/checksum/PHP_CompatInfo-1.9.0.tgz [1] Approved by: portmgr (blanket)
35 lines
1.3 KiB
Makefile
35 lines
1.3 KiB
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PHP_CompatInfo
|
|
PORTVERSION= 1.9.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class to find out the minimum version and extensions required
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Console/Table.php:devel/pear-Console_Table \
|
|
${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs \
|
|
${PEARDIR}/File/Find.php:sysutils/pear-File_Find \
|
|
${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher
|
|
|
|
PORTSCOUT= skipv:1.9.0a1,1.9.0b1,1.9.0b2
|
|
USE_PHP= tokenizer
|
|
USES= dos2unix pear php
|
|
|
|
OPTIONS_DEFINE= PEAR_XML_BEAUTIFIER PEAR_VAR_DUMP PHPUNIT PEAR_XML_UTIL PEAR_HTML_TABLE
|
|
OPTIONS_DEFAULT= PHPUNIT PEAR_XML_UTIL
|
|
PEAR_XML_BEAUTIFIER_DESC= PEAR::XML_Beautifier support
|
|
PEAR_VAR_DUMP_DESC= PEAR::Var_Dump support
|
|
PHPUNIT_DESC= PHPUnit support
|
|
PEAR_XML_UTIL_DESC= PEAR::XML_Util support
|
|
PEAR_HTML_TABLE_DESC= PEAR::HTML_Table
|
|
|
|
PEAR_XML_BEAUTIFIER_RUN_DEPENDS= ${PEARDIR}/XML/Beautifier.php:textproc/pear-XML_Beautifier
|
|
PEAR_VAR_DUMP_RUN_DEPENDS= ${PEARDIR}/Var/Dump.php:devel/pear-Var_Dump
|
|
PHPUNIT_RUN_DEPENDS= phpunit:devel/phpunit
|
|
PEAR_XML_UTIL_RUN_DEPENDS= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util
|
|
PEAR_HTML_TABLE_RUN_DEPENDS= ${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table
|
|
|
|
.include <bsd.port.mk>
|