# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 53255 2009-07-01 23:59:09Z snc@macports.org $

PortSystem      1.0
PortGroup       python25 1.0

name            py25-llvm
version         0.5
categories      python
maintainers     snc openmaintainer
platforms       darwin
description     Python bindings for LLVM
long_description    ${description}

homepage        http://mdevan.nfshost.com/llvm-py/index.html
master_sites    googlecode:llvm-py
distname        llvm-py-${version}
checksums       md5 4c673cdbf6d5f520e0a08e0f8cbdbf60 \
                sha1 31e596f48c199ae691a71b1ceb0ed29806f0fa9b \
                rmd160 a86b0a49d62114a5b6b93cd5e11394ca7724b4b2
use_bzip2       yes
depends_lib-append  port:llvm

livecheck.regex "llvm-py-(\\d+\\.\\d+(\\.\\d+)?)"
