aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/py-transmissionrpc/Makefile
blob: 5d070527cc435e1f83b7344916f3d3e846f84207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    py-transmissionrpc
# Date created:                         2009-12-03
# Whom:                 Vladimir Korkodinov <newbieman@perm.raid.ru>
#
# $FreeBSD$
#

PORTNAME=   transmissionrpc
PORTVERSION=    0.6
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

LICENSE=    MIT

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>