1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/py-markdown/Makefile
Alexander Botero-Lowry f08f6ffa1a - Unbreak build
Reported by: pointyhat via kris
2007-01-20 02:00:17 +00:00

26 lines
607 B
Makefile

# New ports collection makefile for: py-markdown
# Date created: 28 November 2006
# Whom: Graham Todd <gtodd@bellanet.org>
#
# $FreeBSD$
#
PORTNAME= markdown
PORTVERSION= 1.6
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= python-markdown
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}a
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>