PR: 214011 214012 214013 214014 214015 214016 214017 PR: 214018 214019 214021 214022 214023 214024 214025 PR: 214026 214027 214028 214029 214030 214031 214032 PR: 214033 214034 214035 214036 214037 214038 214039 PR: 214040 214041 214042 214043 214044 214045 214046 PR: 214047 214048 214049 214050 214051 214052 214053 PR: 214054 214055 214056 214057 214058 214059 214060 PR: 214061 214062 214063 214064 214066 214067 214068 PR: 214071 214072 214073 214074 214075 214076 214077 PR: 214078 214079 214080 214081 214082 214083 214084 PR: 214085 214086 214087 214088 214089 214090 214091 PR: 214092 214093 214094 214095 214096 214097 214098 PR: 214099 214100 214101 214102 214103 214104 214108 PR: 214109 214110 214111 214112 214113 214114 214115 PR: 214116 214117 214118 214119 214120 214121 214122 PR: 214123 214124 214125 214126 214127 214128 214129 PR: 214130 214131 214132 214133 214134 214135 214136 PR: 214137 214138 214139 214140 214141 214142 214143 PR: 214144 214145 214146 214147 214148 214149 214150 PR: 214151 214152 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
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= 2
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
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
|
|
|
|
OPTIONS_DEFINE= PEAR_XML_BEAUTIFIER PEAR_VAR_DUMP PEAR_PHPUNIT PEAR_XML_UTIL PEAR_HTML_TABLE
|
|
OPTIONS_DEFAULT= PEAR_PHPUNIT PEAR_XML_UTIL
|
|
PEAR_XML_BEAUTIFIER_DESC= PEAR::XML_Beautifier support
|
|
PEAR_VAR_DUMP_DESC= PEAR::Var_Dump support
|
|
PEAR_PHPUNIT_DESC= PEAR::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
|
|
PEAR_PHPUNIT_RUN_DEPENDS= ${PEARDIR}/PHPUnit/Autoload.php:devel/pear-PHPUnit3
|
|
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>
|