# -*- 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       qt4 1.0

name            qdjango
version         0.2.6
categories      devel
license         LGPL-2.1
platforms       darwin
maintainers     nomaintainer

description     Cross-platform C++ web development framework
long_description \
    QDjango is a cross-platform C++ web development framework built upon Qt. \
    Where possible it tries to follow django's API, hence its name.


homepage        http://code.google.com/p/qdjango/
master_sites    googlecode

checksums       md5     87cb48f386790b31e04162f38a20c8dc \
                sha1    2777fb9dacf59c5f0a759a32f9b337a38e8d7a54 \
                rmd160  6da56001bfa69d38bccb8f36274595df694aa181

configure.cmd       ${qt_qmake_cmd}
configure.pre_args  PREFIX=${prefix}