a77e7015fe
- 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.
20 lines
492 B
Makefile
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"
|