# $Id: Portfile 79357 2011-06-11 05:29:45Z jmr@macports.org $

PortSystem      1.0
PortGroup       python26 1.0

name            py26-pyke
version         1.1.1
categories      python devel
platforms       darwin
maintainers     gmail.com:mahergamal
description     Python Knowledge Engine (PyKE)

long_description \
        Pyke introduces a form of Logic Programming (inspired by Prolog) \
        to the Python community by providing a knowledge-based inference \
        engine (expert system) written in 100% Python.

homepage        http://pyke.sourceforge.net/
master_sites    sourceforge:pyke
distname        pyke-${version}
use_zip         yes

depends_lib     port:py26-htmltemplate
 
checksums       md5 b0f9daa278d9996bc742277126831001 \
                sha1 2d657257fa2181d85fbfb69701b91226deb8b4e0 \
                rmd160 4552fa7f20de373426b9adb27f758efb4536fcf6
