1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/textproc/py-markdown2/Makefile
Wen Heping a8c800118f - Update to 2.1.0
- Convert to new Makefile format
2012-09-30 04:20:49 +00:00

18 lines
359 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= markdown2
PORTVERSION= 2.1.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A fast and complete Python implementation of Markdown
USE_ZIP= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>