freebsd-ports/devel/py-RPyC/Makefile
Greg Larkin 0b8a4dca9b - Restricted Python version to 2.5+, since 2.4 exits with a syntax
error during the build.

PR:		ports/149336
Submitted by:	glarkin
Approved by:	wen (via email)
2010-08-11 17:46:16 +00:00

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>