ports/sysutils/lscpu/Makefile

18 lines
272 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = gather and display CPU architecture information
CATEGORIES = sysutils
GH_ACCOUNT = NanXiao
GH_PROJECT = lscpu
GH_TAGNAME = 1.2.0
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
WANTLIB += c
NO_TEST = Yes
.include <bsd.port.mk>