ports/net-p2p/py-tremc/Makefile
Alexandre C. Guimarães 53feed73dd
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore.
2023-09-10 20:13:40 -03:00

30 lines
853 B
Makefile

PORTNAME= tremc
DISTVERSION= 0.9.3
CATEGORIES= net-p2p python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Console client for the BitTorrent client Transmission
WWW= https://github.com/tremc/tremc
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python shebangfix
USE_GITHUB= yes
NO_ARCH= yes
NO_BUILD= yes
SHEBANG_FILES= ${PORTNAME}
OPTIONS_DEFINE= ADNS IPY PYPERCLIP
OPTIONS_DEFAULT= ADNS IPY PYPERCLIP
ADNS_DESC= Resolve IPs to host names
IPY_DESC= Extract ipv4 from ipv6 addresses
PYPERCLIP_DESC= Copy magnet links to the system clipboard
ADNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adns>=0:dns/py-adns@${PY_FLAVOR}
IPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=0:net-mgmt/py-ipy@${PY_FLAVOR}
PYPERCLIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyperclip>=0:devel/py-pyperclip@${PY_FLAVOR}
.include <bsd.port.mk>