# New ports collection makefile for:    py-markdown2
# Date created:         4th June, 2009
# Whom:                 Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/textproc/py-markdown2/Makefile,v 1.13 2012/03/01 13:48:40 wen Exp $
#

PORTNAME=	markdown2
PORTVERSION=	1.1.0
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A fast and complete Python implementaion of Markdown

USE_ZIP=	yes
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
