Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / py-power / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       power
4 PORTVERSION=    1.3
5 CATEGORIES=     sysutils python
6 MASTER_SITES=   https://github.com/Kentzo/Power/releases/download/v${PORTVERSION}/
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     cederom@tlen.pl
10 COMMENT=        Cross-platform system power status information for Python
11
12 LICENSE=        MIT
13
14 USES=           python
15 USE_PYTHON=     distutils autoplist
16
17 .include <bsd.port.mk>