Substitute egg directory in PLIST to avoid hardcoded version. Drop unnecessary statements that set defaults.
27 lines
889 B
Makefile
27 lines
889 B
Makefile
# $NetBSD: Makefile,v 1.11 2010/07/23 23:20:48 gdt Exp $
|
|
#
|
|
|
|
VERSION= 0.10.0
|
|
DISTNAME= Nevow-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-nevow-${VERSION}
|
|
PKGREVISION= 1
|
|
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= http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
LICENSE= mit
|
|
|
|
MAINTAINER= sifu@0xx0.net
|
|
#MAINTAINER+= gdt@ir.bbn.com
|
|
HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow
|
|
COMMENT= Next-generation web application templating system
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
|
|
DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|