mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
cf118ccf87
Reported by: lwhsu
16 lines
367 B
Makefile
16 lines
367 B
Makefile
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>
|