opnsense-ports/devel/go-cpuid/Makefile

24 lines
449 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
DEPRECATED= Go libraries should not be packaged
EXPIRATION_DATE= 2019-03-31
USE_GITHUB= yes
GH_ACCOUNT= klauspost
USES= go
GO_PKGNAME= github.com/klauspost/cpuid
.include <bsd.port.mk>