freebsd-ports/sysutils/powerdxx/Makefile
Dominic Fandrey 785a01ec0a sysutils/powerdxx: Update to 0.2.5
- 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
2017-04-03 19:09:34 +00:00

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>