Source
# -*- 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$
PortSystem 1.0
PortGroup python26 1.0
name py26-llvm
svn.revision 105
epoch 1
version r${svn.revision}
categories python
maintainers adfernandes 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}
fetch.type svn
svn.url http://llvm-py.googlecode.com/svn/trunk/
worksrcdir trunk
depends_lib-append port:llvm
livecheck.regex "llvm-py-(\\d+\\.\\d+(\\.\\d+)?)"