19 lines
489 B
Makefile
19 lines
489 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/07 13:57:29 asau Exp $
|
|
#
|
|
|
|
DISTNAME= rpyc-3.2.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://pypi.python.org/packages/source/r/rpyc/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://rpyc.sourceforge.net/
|
|
COMMENT= Remote Python Call (RPyC), a transparent and symmetric RPC library
|
|
LICENSE= mit
|
|
|
|
WRKSRC= ${WRKDIR}/rpyc-3.2.2
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|