freebsd-ports/devel/py-RPyC/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
556 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= rpyc
PORTVERSION= 3.3.0
PORTREVISION= 1
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_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plumbum>0:sysutils/py-plumbum
PLUMBUM_DESC= Required for features like rpyc_classic.py and zero deploy
USES= python:-3.3
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>