diff options
Diffstat (limited to 'sysutils/powerdxx/Makefile')
-rw-r--r-- | sysutils/powerdxx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/powerdxx/Makefile b/sysutils/powerdxx/Makefile index 464a083822de..15a8ca665452 100644 --- a/sysutils/powerdxx/Makefile +++ b/sysutils/powerdxx/Makefile @@ -1,13 +1,16 @@ PORTNAME= powerdxx DISTVERSION= 0.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils +PATCH_SITES= https://github.com/lonkamikaze/powerdxx/commit/ +PATCHFILES= 026a0c4a922f5a4aa289959940e7b9eea18a7663.patch:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= CPU clock speed/frequency daemon WWW= https://github.com/lonkamikaze/powerdxx LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= compiler:c++17-lang |