freebsd-ports/devel/py-RPyC/Makefile

20 lines
412 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= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>