diff options
Diffstat (limited to 'textproc/py-textile/Makefile')
-rw-r--r-- | textproc/py-textile/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/py-textile/Makefile b/textproc/py-textile/Makefile new file mode 100644 index 00000000000..743dac78b39 --- /dev/null +++ b/textproc/py-textile/Makefile @@ -0,0 +1,17 @@ +# $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" |