aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sphinxemoji/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-sphinxemoji/Makefile')
-rw-r--r--textproc/py-sphinxemoji/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/py-sphinxemoji/Makefile b/textproc/py-sphinxemoji/Makefile
new file mode 100644
index 000000000000..0c5734fdd714
--- /dev/null
+++ b/textproc/py-sphinxemoji/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= sphinxemoji
+DISTVERSION= 0.2.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio@FreeBSD.org
+COMMENT= Sphinx extension that provides emoji codes
+
+LICENSE= BSD3CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8.0,1:textproc/py-sphinx@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>