freebsd-ports/sysutils/nvme-cli/Makefile
Rene Ladan 620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00

23 lines
464 B
Makefile

# 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
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= bsdimp
GH_TAGNAME= c92d871
PLIST_FILES= sbin/nvme
.include <bsd.port.mk>