| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name zope2.10 |
|---|
| 5 | version 2.10.9 |
|---|
| 6 | categories www zope python |
|---|
| 7 | maintainers nomaintainer |
|---|
| 8 | description Object-Oriented Python Web Application Server |
|---|
| 9 | long_description Zope is a leading open source application server, \ |
|---|
| 10 | specializing in content management, portals, and \ |
|---|
| 11 | custom applications. |
|---|
| 12 | platforms darwin |
|---|
| 13 | homepage http://www.zope.org |
|---|
| 14 | master_sites ${homepage}/Products/Zope/${version}/${version} |
|---|
| 15 | distname Zope-${version}-final |
|---|
| 16 | extract.suffix .tgz |
|---|
| 17 | checksums md5 5615c5c1bb2d920c79bc53e3770f438e |
|---|
| 18 | depends_build port:python24 |
|---|
| 19 | extract.post_args | gnutar -xf - |
|---|
| 20 | configure.args --prefix=${prefix}/libexec/zope2.10 --with-python=${prefix}/bin/python2.4 |
|---|
| 21 | build.target default |
|---|
| 22 | destroot.destdir PREFIX=${destroot}${prefix}/libexec/zope2.10 |
|---|