mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
804 B
Tcl
25 lines
804 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name cloudwiki
|
|
version 1.1
|
|
revision 2
|
|
categories www python
|
|
license GPL-2+
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
description stand-alone wiki engine written in python
|
|
long_description cloud wiki is a wiki engine written in python and backed \
|
|
by sqlite, providing user authentication, powerful command \
|
|
line administration facilities, and a concise, efficient Web \
|
|
interface.
|
|
|
|
homepage http://cloudwiki.sourceforge.net/
|
|
master_sites sourceforge:project/cloudwiki/cloudwiki/cloudwiki-${version}
|
|
checksums md5 ac4600cc5247ed10197dbf00da9e00d8
|
|
|
|
python.default_version 27
|