6e302ef136
Mark packages that don't or might probably not have staged installation.
19 lines
478 B
Makefile
19 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/10/07 14:53:44 asau Exp $
|
|
#
|
|
|
|
DISTNAME= rthread-0.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://www.cs.tut.fi/~ask/rthread/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://www.cs.tut.fi/~ask/rthread/
|
|
COMMENT= Distributed computing with remote threads in Python
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
PYDISTUTILSPKG= yes
|
|
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|