mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
363 B
Makefile
22 lines
363 B
Makefile
COMMENT = pure-Python implementation of immutable URLs
|
|
|
|
MODPY_DISTV = 21.0.0
|
|
|
|
DISTNAME = hyperlink-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 5
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|