pkgsrc-wip/rthread/Makefile
Aleksej Saushev 6e302ef136 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 14:53:42 +00:00

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"