freebsd-ports/textproc/py-markdown/Makefile
Wen Heping 20735458d9 - Update to 2.2.1
- Trim Makefile headers

Feature safe:	yes
2012-11-06 00:56:52 +00:00

19 lines
414 B
Makefile

# Created by: Graham Todd <gtodd@bellanet.org>
# $FreeBSD$
PORTNAME= markdown
PORTVERSION= 2.2.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Markdown-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Text markup to HTML conversion engine for Python
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Markdown
.include <bsd.port.mk>