2016-04-26 00:46:29 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= powerdxx
|
2016-06-01 22:56:29 +02:00
|
|
|
PORTVERSION= 0.1.5
|
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 17:23:30 +02:00
|
|
|
PORTREVISION= 1
|
2016-04-26 00:46:29 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
2016-12-31 22:07:50 +01:00
|
|
|
MAINTAINER= kami@FreeBSD.org
|
2016-04-26 00:46:29 +02:00
|
|
|
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>
|