mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
21 lines
412 B
Makefile
21 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>
|