# New ports collection makefile for:    py-markdown
# Date created:         28 November 2006
# Whom:                 Graham Todd <gtodd@bellanet.org>
#
# $FreeBSD: ports/textproc/py-markdown/Makefile,v 1.4 2008/12/14 20:17:45 miwi Exp $
#

PORTNAME=		markdown
PORTVERSION=		1.7
CATEGORIES=		textproc python
MASTER_SITES=		CHEESESHOP
MASTER_SITE_SUBDIR=	source/M/Markdown
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}

MAINTAINER=		alexbl@FreeBSD.org
COMMENT=		Text markup to HTML conversion engine for Python

USE_ZIP=		yes
USE_PYTHON=		2.4+
USE_PYDISTUTILS=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

.include <bsd.port.mk>
