freebsd-ports/textproc/py-markdown/Makefile
Martin Wilke 729d9d232f - Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
2011-02-25 03:19:29 +00:00

24 lines
537 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
PORTREVISION= 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>