aboutsummaryrefslogtreecommitdiff
path: root/devel/py-RPyC/Makefile
blob: 5978c274ab76135ff6fb79120c2969560aa546a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wenheping@gmail.com
COMMENT=	Remote Python Call

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>