aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/powerdxx/Makefile
blob: 3e8c6d079da783fd7e62f445823043eb59aaaf56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   powerdxx
PORTVERSION=    0.1.5
CATEGORIES= sysutils

MAINTAINER= kami@FreeBSD.org
COMMENT=    CPU clock speed/frequency daemon

LICENSE=    BSD2CLAUSE

USES=       compiler:c++11-lib

USE_GITHUB= yes
GH_ACCOUNT= lonkamikaze

MAKE_ARGS=  DOCSDIR="${DOCSDIR}"

.include <bsd.port.mk>