Update net-p2p/deluge to version 1.3.13_1,1
[dports.git] / net-p2p / deluge / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       deluge
4 PORTVERSION=    1.3.13
5 PORTREVISION=   1
6 PORTEPOCH=      1
7 CATEGORIES=     net-p2p python
8
9 MAINTAINER=     rm@FreeBSD.org
10 COMMENT=        Bittorrent client using Python, GTK2, and libtorrent-rasterbar
11
12 LICENSE=        GPLv3
13
14 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus \
15                 ${PYTHON_PKGNAMEPREFIX}game>=1.8.1:devel/py-game \
16                 ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify \
17                 xdg-utils>=1.0.2:devel/xdg-utils \
18                 deluge:net-p2p/deluge-cli
19 USE_GNOME=      librsvg2 pygtk2
20 USES=           python:-2.7 metaport
21
22 .include <bsd.port.mk>