pkgsrc/textproc/py-textile/Makefile
minskim 279f0ad5ca Import py-textile from pkgsrc-wip. Packaged by Michal Pasternak and
slightly modified by me.

Textile is a XHTML generator using a simple markup developed by Dean Allen.
This is a Python port with support for code validation, itex to MathML
translation, Python code coloring and much more.
2004-03-28 23:22:43 +00:00

17 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 23:22:43 minskim Exp $
#
DISTNAME= textile-2
PKGNAME= ${PYPKGPREFIX}-textile-2.0
CATEGORIES= textproc
MASTER_SITES= http://dealmeida.net/code/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://dealmeida.net/projects/textile/
COMMENT= XHTML generator using a simple markup
PYDISTUTILSPKG= yes
NO_CONFIGURE= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"