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