# $Id: Portfile 53085 2009-06-29 04:32:39Z ryandesign@macports.org $

PortSystem 1.0

name            libmowgli
version         0.7.0
categories      devel
maintainers     toby
description     class library for C
long_description \
	libmowgli is a class library containing performance \
	and usability oriented extensions to C.
homepage        http://www.atheme.org/projects/
platforms       darwin
master_sites    http://distfiles.atheme.org/
use_bzip2       yes
extract.suffix  .tbz2
checksums       md5 b4666d37ae78358ca5d1833f4e706b3c \
                sha1 6448f4cc2fa0a98992eb24e4b6a431c4c67f348f \
                rmd160 4d762d304aaf973cbab6e2ab44d2bbedb58b903a

# Why do we set a bogus CPP value, anyway?
configure.cpp

livecheck.url   http://distfiles.atheme.org/
livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+)\\.tbz2
