110a050a9b
Mark packages that don't or might probably not have staged installation.
15 lines
363 B
Makefile
15 lines
363 B
Makefile
# $NetBSD: Makefile.common,v 1.2 2012/10/07 13:57:31 asau Exp $
|
|
#
|
|
|
|
|
|
|
|
CATEGORIES= x11 python
|
|
MASTER_SITES= http://www.enthought.com/repo/ETS/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-nose>=0.11.3:../../devel/py-nose
|
|
DEPENDS+= ${PYPKGPREFIX}-setupdocs>=1.0.4:../../wip/py-setupdocs
|
|
|
|
.include "../../lang/python/egg.mk"
|