Files
ports/textproc/py-mdit-py-plugins/Makefile
T
Sunpoet Po-Chuan Hsieh 9dde2e94af Add py-mdit-py-plugins 0.2.4
mdit-py-plugins provides collection of core plugins for markdown-it-py.

WWW: https://github.com/executablebooks/mdit-py-plugins
2020-12-19 20:04:28 +00:00

22 lines
431 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= mdit-py-plugins
PORTVERSION= 0.2.4
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
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>