0b8a4dca9b
error during the build. PR: ports/149336 Submitted by: glarkin Approved by: wen (via email)
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# New ports collection makefile for: py-rpyc
|
|
# Date created: 2009-01-20
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rpyc
|
|
PORTVERSION= 3.0.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF/${PORTNAME}/main/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Remote Python Call
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|