mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
294 B
Makefile
19 lines
294 B
Makefile
COMMENT= markdown parser for Python
|
|
|
|
MODPY_DISTV= 3.2.1
|
|
DISTNAME= mistune-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://github.com/lepture/mistune
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|