1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/sysutils/py-power/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>