Files
ports/sysutils/py-leviathan/Makefile
Sunpoet Po-Chuan Hsieh fb72b1f5fa Move devel/py-usb to devel/py-pyusb
- While I'm here:
  - Fix USE_GITHUB usage
  - Add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change

PR:		246547
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 40 days)
2020-06-27 09:39:28 +00:00

24 lines
504 B
Makefile

# $FreeBSD$
PORTNAME= leviathan
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= greg@unrelenting.technology
COMMENT= Application to control and monitor NZXT (Asetek) liquid coolers
LICENSE= GPLv2
#LICENSE_FILE= Not packaged with PyPI sdist
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyusb>=0:devel/py-pyusb@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>