2020-12-19 21:04:28 +01:00
|
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= mdit-py-plugins
|
2021-05-07 11:22:29 +02:00
|
|
|
PORTVERSION= 0.2.8
|
2020-12-19 21:04:28 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Collection of plugins for markdown-it-py
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2021-05-07 11:22:29 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=1.0<2:textproc/py-markdown-it-py@${PY_FLAVOR}
|
|
|
|
|
2020-12-19 21:04:28 +01:00
|
|
|
USES= python:3.6+
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|