1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/py-RPyC/Makefile
Wen Heping 464c60bdce - Update to 3.0.7
- Add License

PR:		ports/155521
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-03-14 00:46:10 +00:00

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>