# $Id: Portfile 106012 2013-05-13 12:13:25Z jmr@macports.org $

PortSystem              1.0
PortGroup               python 1.0

name                    py-wordaxe
version                 0.3.3
categories-append       textproc
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. 

platforms               darwin
supported_archs         noarch

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

checksums               md5 fc734363e526de7e5750f0292bcbe43e \
                        sha1 8336496dc79a670d207d3838dba807fef60f221b \
                        rmd160 9b52288ce444e20dfef4f0bc00c6d9f9c0a731f1

python.versions         26
