summaryrefslogtreecommitdiff
path: root/sysutils/py-power/Makefile
blob: e2d087368bf8595f760430ea109a649bc180d84d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	power
PORTVERSION=	1.3
PORTREVISION=	1
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
WWW=		https://github.com/Kentzo/Power

LICENSE=	MIT

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>