21 lines
366 B
Makefile
21 lines
366 B
Makefile
COMMENT = Python library to support the IDNA protocol
|
|
|
|
MODPY_EGG_VERSION = 3.4
|
|
DISTNAME = idna-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/kjd/idna
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = flit_core
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|