31 lines
1 KiB
Makefile
31 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:15 wiz Exp $
|
|
|
|
VERSION= 0.13.0
|
|
DISTNAME= Nevow-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-nevow-${VERSION}
|
|
CATEGORIES= www python
|
|
# 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= https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-sdists/
|
|
|
|
MAINTAINER= gdt@ir.bbn.com
|
|
HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow
|
|
COMMENT= Next-generation web application templating system
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
|
|
DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
|
|
|
|
REPLACE_PYTHON= nevow/test/segfault.py
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted py-xml
|
|
|
|
INSTALLATION_DIRS+= share/doc
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX} && mv doc share/doc/py-nevow
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|