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