118d91a264
software tool that converts the plain text formatting to (X)HTML. The formatting syntax is designed to be easy and intuitive for web authors and resembles typical email formatting conventions. The resultant (X)HTML is structurally valid. WWW: http://www.freewisdom.org/projects/python-markdown PR: ports/105992 Submitted by: Graham Todd <gtodd at bellanet.org>
23 lines
561 B
Makefile
23 lines
561 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
|
|
|
|
.include <bsd.port.mk>
|