2015-12-05 22:25:27 +01:00
|
|
|
# $NetBSD: Makefile,v 1.19 2015/12/05 21:26:06 adam Exp $
|
2005-11-05 02:58:41 +01:00
|
|
|
|
2015-07-01 15:47:46 +02:00
|
|
|
VERSION= 0.11.1
|
2010-07-23 23:35:41 +02:00
|
|
|
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.
|
2015-07-01 15:47:46 +02:00
|
|
|
MASTER_SITES= https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-sdists/
|
2005-11-05 02:58:41 +01:00
|
|
|
|
2013-04-06 21:42: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
|
2015-07-01 15:47:46 +02:00
|
|
|
LICENSE= mit
|
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
|
|
|
|
|
2013-09-21 00:01:56 +02:00
|
|
|
REPLACE_PYTHON= nevow/test/segfault.py
|
|
|
|
|
2015-12-05 22:25:27 +01:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted py-xml
|
2014-01-25 11:29:56 +01:00
|
|
|
|
2013-09-21 00:01:56 +02:00
|
|
|
.include "../../lang/python/application.mk"
|
2010-07-24 01:20:48 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
2005-11-05 02:58:41 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|