freebsd-ports/textproc/py-mistune/Makefile
Kubilay Kocak c457b1ffbf [NEW] textproc/py-mistune: Fastest markdown parser in pure Python
The fastest markdown parser in pure Python, inspired by marked.

Features:

  * Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
  * Very Fast. It is the fastest in all pure Python markdown parsers.
  * More Features. Table, footnotes, autolink, fenced code etc.

WWW: https://github.com/lepture/mistune
2015-02-13 11:33:45 +00:00

24 lines
544 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= mistune
PORTVERSION= 0.5
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Fastest markdown parser in pure Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
USES= python
USE_PYTHON= autoplist distutils
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>