mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
464c60bdce
- Add License PR: ports/155521 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
23 lines
427 B
Makefile
23 lines
427 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.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF/${PORTNAME}/main/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Remote Python Call
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= 2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|