pkgsrc/textproc/py-pyphen/Makefile
kleink 98d53326c6 Import Pyphen-0.9.1 as textproc/py-pyphen.
Pyphen is a pure Python module to hyphenate text using existing
Hunspell hyphenation dictionaries.
2015-07-13 16:13:55 +00:00

18 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/07/13 16:13:55 kleink Exp $
DISTNAME= Pyphen-0.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pyphen/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://pyphen.org/
COMMENT= Pure Python module to hyphenate text
LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1
USE_LANGUAGES= # empty
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"