2017-05-06 09:51:45 +00:00
|
|
|
COMMENT = markdown to reStructuredText converter
|
|
|
|
|
2021-05-09 08:29:46 +00:00
|
|
|
MODPY_EGG_VERSION = 0.2.1
|
2017-05-06 09:51:45 +00:00
|
|
|
|
|
|
|
DISTNAME = m2r-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME = py-${DISTNAME}
|
2021-11-02 00:02:32 +00:00
|
|
|
REVISION = 0
|
2017-05-06 09:51:45 +00:00
|
|
|
|
|
|
|
CATEGORIES = devel textproc
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/miyakogi/m2r
|
|
|
|
|
|
|
|
# MIT
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2017-05-06 09:51:45 +00:00
|
|
|
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
2019-03-25 14:29:49 +00:00
|
|
|
MODPY_PYTEST = Yes
|
2017-05-06 09:51:45 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS = textproc/py-mistune${MODPY_FLAVOR} \
|
|
|
|
textproc/py-docutils${MODPY_FLAVOR}
|
|
|
|
|
|
|
|
FLAVORS = python3
|
2021-02-16 23:02:06 +00:00
|
|
|
FLAVOR = python3
|
2017-05-06 09:51:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|