aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-mistletoe/Makefile
blob: 01fd3e5a3f5fe9f3ba411a11f2f468ae30faa1bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	mistletoe
PORTVERSION=	1.0.1
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Fast, extensible Markdown parser in pure Python
WWW=		https://github.com/miyuchina/mistletoe

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>