summaryrefslogtreecommitdiff
path: root/net-p2p/py-transmissionrpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-transmissionrpc/Makefile')
-rw-r--r--net-p2p/py-transmissionrpc/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-p2p/py-transmissionrpc/Makefile b/net-p2p/py-transmissionrpc/Makefile
new file mode 100644
index 000000000000..4c32cd87d77a
--- /dev/null
+++ b/net-p2p/py-transmissionrpc/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: py-transmissionrpc
+# Date created: 2009-12-03
+# Whom: Vladimir Korkodinov <newbieman@perm.raid.ru>
+#
+# $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 <bsd.port.mk>