1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-llvm |
---|
7 | version 0.5 |
---|
8 | categories python |
---|
9 | maintainers nomaintainer |
---|
10 | description Python bindings for LLVM |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://mdevan.nfshost.com/llvm-py/index.html |
---|
14 | master_sites http://llvm-py.googlecode.com/files |
---|
15 | distname llvm-py-${version} |
---|
16 | checksums md5 4c673cdbf6d5f520e0a08e0f8cbdbf60 \ |
---|
17 | sha1 31e596f48c199ae691a71b1ceb0ed29806f0fa9b \ |
---|
18 | rmd160 a86b0a49d62114a5b6b93cd5e11394ca7724b4b2 |
---|
19 | use_bzip2 yes |
---|
20 | depends_lib port:llvm |
---|