18 lines
368 B
Makefile
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>
|