diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-09-25 12:42:24 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-09-25 12:42:24 +0000 |
commit | 056e7a40f8d07452f253988084fa97f21390686c (patch) | |
tree | d063425f9c8c4d5771af69790ab655ce47a0fa6e /net-p2p | |
parent | 67a08573e98bd9d7ee03b17c0b0d6a6c3342b95a (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-transmissionrpc/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/py-transmissionrpc/Makefile b/net-p2p/py-transmissionrpc/Makefile index 87674cf596fa..77623ff057a5 100644 --- a/net-p2p/py-transmissionrpc/Makefile +++ b/net-p2p/py-transmissionrpc/Makefile @@ -9,16 +9,15 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python -MAINTAINER= rm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python module that communicates with Transmission through JSON-RPC LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist concurrent distutils PORTDOCS= * |