# -*- 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
PortGroup           deprecated 1.0

name                py-wordaxe
version             1.0.1
revision            0
categories-append   textproc
platforms           {darwin any}
supported_archs     noarch
license             {Apache-2 BSD}
maintainers         nomaintainer

description         Python library for hyphenation by decomposition of compound words
long_description    \
    The wordaxe library (formerly known as deco-cow) provides Python programs \
    with the ability to automatically hyphenate words using an algorithm \
    which is based on decomposition of compound words into base words, and is \
    named DCWHyphenator in the code.

homepage            http://deco-cow.sourceforge.net/
master_sites        sourceforge:deco-cow
use_zip             yes

checksums           rmd160  c9b428004a6c9a3af0be82707c11deb396ad418a \
                    sha256  1d70348378075fc90d38388ec37190581b9d3ae8881d630d384d4eabc1b4e56f \
                    size    514422

deprecated.upstream_support no
livecheck.type      none
python.versions     27
