1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/textproc/py-markdown/Makefile
Wen Heping 6193496a99 - Update to 2.0.3
Approved by:	mentors(implicit)
2009-10-08 00:31:44 +00:00

24 lines
521 B
Makefile

# New ports collection makefile for: py-markdown
# Date created: 28 November 2006
# Whom: Graham Todd <gtodd@bellanet.org>
#
# $FreeBSD$
#
PORTNAME= markdown
PORTVERSION= 2.0.3
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.4+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Markdown
.include <bsd.port.mk>