20 lines
371 B
Makefile
20 lines
371 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cpuid
|
|
PORTVERSION= 1.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= go-
|
|
|
|
MAINTAINER= guy.tabrar@me.com
|
|
COMMENT= Cpuid provides information about the CPU running the current program
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= klauspost
|
|
USES= go
|
|
GO_PKGNAME= github.com/klauspost/cpuid
|
|
|
|
.include <bsd.port.mk>
|