pkgsrc/textproc/py-textile/Makefile
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

20 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/04/25 20:39:13 joerg Exp $
#
DISTNAME= textile-2
PKGNAME= ${PYPKGPREFIX}-textile-2.0
PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= http://dealmeida.net/code/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dealmeida.net/projects/textile/
COMMENT= XHTML generator using a simple markup
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
NO_CONFIGURE= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"