aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/deluge/Makefile
blob: 6120e8374194d60e792114dca02afc30e596fa89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	deluge
PORTVERSION=	2.0.3
PORTREVISION=	4
PORTEPOCH=	2
CATEGORIES=	net-p2p python

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Bittorrent client using Python, GTK3, and libtorrent-rasterbar
WWW=		https://deluge-torrent.org/

LICENSE=	GPLv3

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR} \
		${PYGAME} \
		xdg-utils>=1.0.2:devel/xdg-utils \
		deluge:net-p2p/deluge-cli

USES=		gnome metaport python:3.5+
USE_GNOME=	gtk30 librsvg2 pygobject3

.include <bsd.port.mk>