1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/py-RPyC/Makefile
Marcus von Appen 348e980597 - Convert to PYDISTUTILS_AUTOPLIST
- Remove obsolete patch, now that setuptools is used

PR:		ports/184809
Submitted by:	Kozlov Sergey <kozlov.sergey.404@gmail.com>
2014-01-19 13:37:38 +00:00

20 lines
356 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= rpyc
PORTVERSION= 3.2.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kozlov.sergey.404@gmail.com
COMMENT= Remote Python Call
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>