Ticket #20310: Portfile

File Portfile, 979 bytes (added by singingwolfboy@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               python26 1.0
5
6name                    py26-googleappengine
7version                 1.2.3
8categories-append       devel www
9maintainers             nomaintainer
10description             The Google App Engine Python SDK
11long_description        This is the official Google App Engine SDK for Python.
12platforms               darwin
13
14homepage                http://code.google.com/appengine/
15master_sites            googlecode \
16                        http://googleappengine.googlecode.com/files/
17distname                google_appengine_1.2.3
18use_zip                 yes
19worksrcdir              google_appengine
20
21checksums               md5     eea7881c7a3d20c075e83fc2c6671d71 \
22                        sha1    840405d873b03400329c0df8e1a1a9342808da6e \
23                        rmd160  aa03483a79bad11751404b6fdaacaf71446634c2
24
25destroot {
26    file rename ${worksrcpath} ${destroot}${prefix}/share/${worksrcdir}
27}
28build {}