Ticket #36383: Portfile.moin

File Portfile.moin, 1.0 KB (added by mndavidoff (Monte Davidoff), 12 years ago)

# -*- 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: Portfile 49731 2009-04-17 00:24:08Z raimue@… $

PortSystem 1.0 PortGroup python25 1.0

name moin version 1.8.2 revision 1 categories www python platforms darwin maintainers nomaintainer description a Python-based WikiEngine long_description MoinMoin is an advanced, easy to use \

and extensible WikiEngine with a large \ community of users. Said in a few words, \ it is about collaboration on easily \ editable web pages. MoinMoin is \ Free Software licensed under the GNU GPL.

homepage http://moinmo.in/ replaced_by py25-moin

pre-fetch {

ui_error "The $name port is obsolete; please install $replaced_by instead." return -code error "obsolete port"

}

livecheck.type none