mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
21 lines
303 B
Makefile
21 lines
303 B
Makefile
COMMENT= URL utilities for markdown-it parser
|
|
|
|
MODPY_DISTV= 0.1.2
|
|
DISTNAME= mdurl-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
REVISION= 3
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= flit_core
|
|
|
|
# not in pypi tarball
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|