diff options
Diffstat (limited to 'textproc/py-markdown/Makefile')
-rw-r--r-- | textproc/py-markdown/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile index c7a81538885a..e6f7487477d6 100644 --- a/textproc/py-markdown/Makefile +++ b/textproc/py-markdown/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= markdown -PORTVERSION= 2.2.1 +PORTVERSION= 2.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Markdown-${PORTVERSION} -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Text markup to HTML conversion engine for Python USE_PYTHON= 2.5+ |