Files
2026-03-16 22:28:25 +00:00

19 lines
297 B
Makefile

COMMENT = singularizes and pluralizes English words
MODPY_DISTV = 0.5.1
DISTNAME = inflection-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = textproc
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>