diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /textproc/py-markdown2/Makefile | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to '')
-rw-r--r-- | textproc/py-markdown2/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/textproc/py-markdown2/Makefile b/textproc/py-markdown2/Makefile deleted file mode 100644 index e4f15285c3c6..000000000000 --- a/textproc/py-markdown2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# 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> |