pkgsrc/textproc/py-inflection/Makefile
adam 6df04bcc32 Inflection is a string transformation library. It singularizes and pluralizes
English words, and transforms strings from CamelCase to underscored string.
Inflection is a port of Ruby on Rails' inflector to Python.
2017-07-09 10:33:19 +00:00

16 lines
440 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/07/09 10:33:20 adam Exp $
DISTNAME= inflection-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/inflection/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jpvanhal/inflection
COMMENT= Port of Ruby on Rails inflector to Python
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"