20 lines
343 B
Makefile
20 lines
343 B
Makefile
COMMENT = internationalized usernames and passwords
|
|
|
|
MODPY_EGG_VERSION = 1.0.4
|
|
DISTNAME = precis_i18n-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = textproc security
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|