mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
b059c7ff14
PR: 191850 Submitted by: maintainer
26 lines
569 B
Makefile
26 lines
569 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rpyc
|
|
PORTVERSION= 3.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kozlov.sergey.404@gmail.com
|
|
COMMENT= Remote Python Call
|
|
|
|
LICENSE= MIT
|
|
|
|
OPTIONS_DEFINE= PLUMBUM
|
|
OPTIONS_DEFAULT=PLUMBUM
|
|
|
|
PLUMBUM_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plumbum>0:${PORTSDIR}/sysutils/py-plumbum
|
|
PLUMBUM_DESC= Required for features like rpyc_classic.py and zero deploy
|
|
|
|
USE_PYTHON= -3.3
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|