aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-markdown/Makefile
blob: 034ee9710a909ab2b38fd5e5492a00612af18292 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    py-markdown
# Date created:         28 November 2006
# Whom:                 Graham Todd <gtodd@bellanet.org>
#
# $FreeBSD$
#

PORTNAME=       markdown
PORTVERSION=        2.2.0
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>