pkgsrc/textproc/py-markdown/Makefile
adam 5da4fa0c4f Changes 2.0.3:
Bug-fix release.


We are happy to release Python-Markdown 2.0, which has been over a year in the
making. We have rewritten significant portions of the code, dramatically
extending the extension API, increased performance, and added numerous
extensions to the distribution (including an extension that mimics PHP Markdown
Extra), all while maintaining backward compatibility with the end user API in
version 1.7.
2011-04-08 12:37:19 +00:00

19 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/04/08 12:37:19 adam Exp $
DISTNAME= Markdown-2.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-markdown/} \
http://pypi.python.org/packages/source/M/Markdown/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.freewisdom.org/projects/python-markdown/
COMMENT= XHTML generator using a simple markup
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"