3c6264d4e6
Bulk build will be used to tune this further.
24 lines
892 B
Makefile
24 lines
892 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/05/22 15:38:46 tnn2 Exp $
|
|
|
|
MANTISSA_VERSION= 0.6.1
|
|
DISTNAME= Mantissa-${MANTISSA_VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-divmod-mantissa-${MANTISSA_VERSION}
|
|
CATEGORIES= python www net
|
|
MASTER_SITES= ftp://ftp.osuosl.org/pub/nslu2/sources/
|
|
EXTRACT_SUFX= .tar.gz
|
|
|
|
MAINTAINER= milos.negovanovic@googlemail.com
|
|
HOMEPAGE= http://divmod.org/trac/wiki/DivmodMantissa
|
|
COMMENT= An extensible application server
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted-core>=2.4.0:../../wip/py-twisted-core
|
|
DEPENDS+= ${PYPKGPREFIX}-tz>=2005m:../../wip/py-tz
|
|
DEPENDS+= ${PYPKGPREFIX}-divmod-nevow>=0.9.0:../../wip/py-divmod-nevow
|
|
DEPENDS+= ${PYPKGPREFIX}-divmod-axiom>=0.5.0:../../wip/py-divmod-axiom
|
|
DEPENDS+= ${PYPKGPREFIX}-divmod-vertex>=0.2.0:../../wip/py-divmod-vertex
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|