Added
Link Here
|
1 |
# $FreeBSD$ |
2 |
|
3 |
PORTNAME= leviathan |
4 |
PORTVERSION= 0.1.1 |
5 |
CATEGORIES= sysutils python |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
9 |
MAINTAINER= greg@unrelenting.technology |
10 |
COMMENT= Application to control and monitor NZXT (Asetek) liquid coolers |
11 |
|
12 |
LICENSE= GPLv2 |
13 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=1.0.0:devel/py-usb@${PY_FLAVOR} |
15 |
|
16 |
USES= python |
17 |
USE_PYTHON= autoplist concurrent distutils |
18 |
|
19 |
NO_ARCH= yes |
20 |
|
21 |
.include <bsd.port.mk> |