textproc/py-mistletoe/Makefile (view raw)
1COMMENT = fast, extensible and markdown parser in pure python
2
3MODPY_EGG_VERSION = 0.9.0
4
5DISTNAME = mistletoe-${MODPY_EGG_VERSION}
6
7PKGNAME = py-${DISTNAME}
8
9CATEGORIES = textproc
10
11HOMEPAGE = https://pypi.org/project/mistletoe/
12
13MAINTAINER = la ninpre <aaoth@aaoth.xyz>
14
15# MIT
16PERMIT_PACKAGE = Yes
17
18MODULES = lang/python
19
20MODPY_PI = Yes
21MODPY_PYBUILD = setuptools
22
23FLAVORS = python3
24FLAVOR = python3
25
26.include <bsd.port.mk>