opnsense-ports/textproc/py-markdown2/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

18 lines
368 B
Makefile

PORTNAME= markdown2
PORTVERSION= 2.3.6
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Fast and complete Python implementation of Markdown
WWW= https://code.google.com/p/python-markdown2/
LICENSE= MIT
USES= python zip
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>