2010-07-23 23:35:41 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2010/07/23 21:35:41 gdt Exp $
|
2005-11-05 02:58:41 +01:00
|
|
|
#
|
|
|
|
|
2010-07-23 23:35:41 +02:00
|
|
|
VERSION= 0.10.0
|
|
|
|
DISTNAME= Nevow-${VERSION}
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-nevow-${VERSION}
|
2005-11-05 02:58:41 +01:00
|
|
|
CATEGORIES= www python
|
2010-07-23 23:35:41 +02:00
|
|
|
# Nevow does not appear to make tarballs easily available; there's a link
|
|
|
|
# in trac with ?format=raw at the end. Many others have the same sorts
|
|
|
|
# of issues, so ride on their redistribution.
|
|
|
|
MASTER_SITES= http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
LICENSE= mit
|
2005-11-05 02:58:41 +01:00
|
|
|
|
|
|
|
MAINTAINER= sifu@0xx0.net
|
2010-07-23 23:35:41 +02:00
|
|
|
#MAINTAINER+= gdt@ir.bbn.com
|
2006-10-04 23:59:34 +02:00
|
|
|
HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow
|
2005-11-05 02:58:41 +01:00
|
|
|
COMMENT= Next-generation web application templating system
|
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2010-07-23 23:35:41 +02:00
|
|
|
# Upstream docs are not clear. Add versions as they are tested.
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 26
|
2008-09-17 14:01:34 +02:00
|
|
|
|
2005-11-05 02:58:41 +01:00
|
|
|
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
|
2010-07-23 23:35:41 +02:00
|
|
|
PY_NO_EGG= no
|
2005-11-05 02:58:41 +01:00
|
|
|
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|