freebsd-ports/devel/py-inflect/Makefile
2016-06-22 15:16:37 +00:00

18 lines
376 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= inflect
PORTVERSION= 0.2.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Generate plurals, singular nouns, ordinals, indefinite articles
LICENSE= AGPLv3+
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>