freebsd-ports/textproc/py-markdown/Makefile

25 lines
555 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-markdown
# Date created: 28 November 2006
# Whom: Graham Todd <gtodd@bellanet.org>
#
# $FreeBSD$
#
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>