# $FreeBSD: head/devel/go-cpuid/Makefile 453284 2017-11-01 13:10:35Z olgeni $

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>
