# New ports collection makefile for: py-transmissionrpc # Date created: 2009-12-03 # Whom: Vladimir Korkodinov # # $FreeBSD$ # PORTNAME= transmissionrpc PORTVERSION= 0.3 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= cvs-src@yandex.ru COMMENT= A python module communicates with Transmission through json-rpc USE_PYTHON= 2.6+ USE_PYDISTUTILS= easy_install post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include