blob: ad0aab3a4900f6844da04f9a369a832ed7693873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: imp
PORTNAME= nvme-cli
PORTVERSION= 1.8.1
CATEGORIES= sysutils
MAINTAINER= imp@FreeBSD.org
COMMENT= Port of Linux nvme cli utility
LICENSE= GPLv2
# only tested on amd64, all other archs are no-go until we're sure amd64 works.
# And there's plenty in amd64 that compiles, but won't run (eg using /sys/, etc)
ONLY_FOR_ARCHS= amd64
BROKEN_FreeBSD_11= Uses newer API than in 11.x
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= bsdimp
GH_TAGNAME= c92d871
PLIST_FILES= sbin/nvme
.include <bsd.port.mk>
|