1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/textproc/py-markdown2/Makefile
2018-09-28 12:08:54 +00:00

19 lines
370 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= markdown2
PORTVERSION= 2.3.6
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Fast and complete Python implementation of Markdown
LICENSE= MIT
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>