diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-16 16:09:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-16 16:09:10 +0800 |
commit | d83ff9b9ac8015079f2091c0774f795d41b3a41e (patch) | |
tree | a6f3575bf1d7d281cea34b9c80e0abd310eccf65 /devel/pear-PEAR_Info | |
parent | aaa2e318c69080ba1157042b61bb38c1f1b33691 (diff) | |
download | freebsd-ports-gnome-d83ff9b9ac8015079f2091c0774f795d41b3a41e.tar.gz freebsd-ports-gnome-d83ff9b9ac8015079f2091c0774f795d41b3a41e.tar.zst freebsd-ports-gnome-d83ff9b9ac8015079f2091c0774f795d41b3a41e.zip |
- Covert to PEAR_AUTOINSTALL
- Fix dependency after devel/pear-PHPUnit3 update
- Bump PORTREVISION
Diffstat (limited to 'devel/pear-PEAR_Info')
-rw-r--r-- | devel/pear-PEAR_Info/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/devel/pear-PEAR_Info/Makefile b/devel/pear-PEAR_Info/Makefile index b9434516c721..607cdcb19c76 100644 --- a/devel/pear-PEAR_Info/Makefile +++ b/devel/pear-PEAR_Info/Makefile @@ -10,28 +10,20 @@ COMMENT= Show Information about your PEAR install and its packages BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs LATEST_LINK= pear-PEAR_Info OPTIONS_DEFINE= PEAR_PHPUNIT3 OPTIONS_DEFAULT= PEAR_PHPUNIT3 PEAR_PHPUNIT3_DESC= PEAR::PHPUnit3 support -CATEGORY= PEAR -FILES= Info.php pearinfo.css Info/Cli.php scripts/pearinfo -TESTS= pear2_dir/empty_dir.txt sysconf_dir/empty_dir.txt \ - templates/credits.tpl templates/general.tpl \ - templates/packages.tpl user_dir/empty_dir.txt AllTests.php \ - customConfig.phpt defaultConfig.phpt install.phpt \ - PEAR_Info_TestSuite_Standard.php -EXAMPLES= blueskin.css pearinfo3.css pear_info.php pear_info2.php \ - pear_info3.php pear_info4.php pear_info5.php pear_info6.php \ - pear_info7.php +PEAR_AUTOINSTALL= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPEAR_PHPUNIT3} -RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Framework.php:${PORTSDIR}/devel/pear-PHPUnit3 +RUN_DEPENDS+= ${PEARDIR}/PHPUnit/Autoload.php:${PORTSDIR}/devel/pear-PHPUnit3 .endif .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |