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.
22 lines
627 B
Makefile
22 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/04/25 20:39:13 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= nevow-0.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.divmod.org/users/release/divmod/
|
|
|
|
MAINTAINER= sifu@0xx0.net
|
|
HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow
|
|
COMMENT= Next-generation web application templating system
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
|
|
DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|