pkgsrc/textproc/py-textile/Makefile

18 lines
435 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2005/07/27 16:21:17 wiz Exp $
#
DISTNAME= textile-2
PKGNAME= ${PYPKGPREFIX}-textile-2.0
CATEGORIES= textproc python
MASTER_SITES= http://dealmeida.net/code/
MAINTAINER= tech-pkg@NetBSD.org
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"