Ticket #20773: Portfile

File Portfile, 882 bytes (added by martin@…, 15 years ago)

zope2.10 portfile

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