1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/py-RPyC/Makefile
Wen Heping cb5b9ce539 - Update to 3.1.0
- Add CHEESESHOP mirror
- Use DOS2UNIX
- Update WWW

PR:		ports/159106
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 11:04:20 +00:00

27 lines
513 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.1.0
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/files/main/${PORTVERSION} \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= RPyC-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= Remote Python Call
LICENSE= MIT
USE_DOS2UNIX= yes
USE_PYTHON= 2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= RPyC
.include <bsd.port.mk>