Modified: trunk/dports/www/ZendFramework/Portfile (53094 => 53095)
--- trunk/dports/www/ZendFramework/Portfile 2009-06-29 12:04:50 UTC (rev 53094)
+++ trunk/dports/www/ZendFramework/Portfile 2009-06-29 12:06:08 UTC (rev 53095)
@@ -7,8 +7,6 @@
version 1.8.4
categories www lang
maintainers snc openmaintainer
-platforms darwin freebsd
-depends_run path:bin/php:php5
description A framework for developing PHP web applications
long_description This is a port of the Zend Framework. The Zend Framework \
aims to provide an architecture for developing entire \
@@ -17,21 +15,29 @@
by Zend and the PHP Collaboration Project.
homepage http://framework.zend.com/
+
+platforms darwin freebsd
+depends_run path:bin/php:php5
+
master_sites http://framework.zend.com/releases/${name}-${version}/
+
checksums md5 d86770f2e0c1f9c836eb643744e4f0ae \
sha1 599139946901b08483281e0c65ad8f018e725098\
rmd160 9f7b3360c734ede2b7631a92496f0e86b87db2ec
set zf_doc_dir ${prefix}/share/doc/${name}
set zf_lib_dir ${prefix}/lib/${name}
+
use_configure no
+
build {}
+
destroot {
# create paths
xinstall -d -m 755 ${destroot}${zf_lib_dir}
xinstall -d -m 755 ${destroot}${zf_doc_dir}
- # most files stay in doc - so this is our first target
+ # most files stay in doc -- this is our first target
eval file copy [glob ${worksrcpath}/*] ${destroot}${zf_doc_dir}
# now move real lib paths to lib