mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
24 lines
686 B
Makefile
24 lines
686 B
Makefile
PORTNAME= pypandoc
|
|
DISTVERSION= 1.14
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Thin wrapper for pandoc
|
|
WWW= https://github.com/bebraw/pypandoc
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
|
|
${PY_SETUPTOOLS}
|
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} # unclear why doesn't it build without pip
|
|
RUN_DEPENDS= pandoc:textproc/hs-pandoc
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|