pkgsrc/textproc/py-creole/Makefile
joerg 5414b0d4a5 Import py-creole 0.2.5:
py-creole is a converter between HTML and the Creole markup language.
Creole is a markup language that was created to simplify sharing content
between different wikis.  It is supported by MoinMoin and various other
engines.  The full language is descript in http://www.wikicreole.org/.
2010-02-11 13:01:54 +00:00

20 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/02/11 13:01:54 joerg Exp $
#
VERS= 0.2.5
DISTNAME= python-creole-${VERS}
PKGNAME= ${PYPKGPREFIX}-creole-${VERS}
EGG_NAME= python_creole-${VERS}
CATEGORIES= textproc www python
MASTER_SITES= http://pypi.python.org/packages/source/p/python-creole/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://code.google.com/p/python-creole/
COMMENT= Creole <-> HTML converter
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"