blob: fd8c11d2ecc4e8cf6cddecc0df199d7ed5f18826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= power
PORTVERSION= 1.3
CATEGORIES= sysutils python
MASTER_SITES= https://github.com/Kentzo/Power/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cederom@tlen.pl
COMMENT= Cross-platform system power status information for Python
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|