25 lines
429 B
Makefile
25 lines
429 B
Makefile
COMMENT = pure-Python implementation of immutable URLs
|
|
|
|
MODPY_EGG_VERSION = 21.0.0
|
|
|
|
DISTNAME = hyperlink-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = www
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PYTEST = Yes
|
|
MODPY_PYTEST_ARGS = lib/hyperlink/test
|
|
|
|
TEST_DEPENDS = net/py-idna${MODPY_FLAVOR}
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
.include <bsd.port.mk>
|