- Update to 0.2.5, fixes bug in 12-CURRENT [1] - Update pkg-plist - Update LICENSE (BSD2CLAUSE -> ISCL) [1] https://github.com/lonkamikaze/powerdxx/releases/tag/0.2.5 Reviewed by: mat, koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D8698
19 lines
284 B
Makefile
19 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= powerdxx
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= kami@FreeBSD.org
|
|
COMMENT= CPU clock speed/frequency daemon
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= compiler:c++11-lib
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lonkamikaze
|
|
|
|
MAKE_ARGS= DOCSDIR="${DOCSDIR}"
|
|
|
|
.include <bsd.port.mk>
|