Ticket #25086: Portfile

File Portfile, 659 bytes (added by mahergamal@…, 14 years ago)
Line 
1PortSystem      1.0
2PortGroup       python26 1.0
3
4name            py26-pyke
5version         1.1.1
6categories      python devel
7platforms       darwin
8maintainers     remy.blank@pobox.com
9description     Python Knowledge Engine (PyKE)
10
11long_description \
12        Pyke introduces a form of Logic Programming (inspired by Prolog) \
13        to the Python community by providing a knowledge-based inference \
14        engine (expert system) written in 100% Python.\
15
16
17homepage        http://pyke.sourceforge.net
18master_sites    sourceforge:pyke
19distname        pyke-${version}
20use_zip         yes
21
22depends_lib     port:py26-htmltemplate
23 
24checksums       md5     b0f9daa278d9996bc742277126831001
25