freebsd-ports/net-mgmt/mdata-client/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
349 B
Makefile

PORTNAME= mdata-client
PORTVERSION= 20151001
CATEGORIES= net-mgmt
MAINTAINER= otis@FreeBSD.org
COMMENT= Metadata tools for use within guests of the SmartOS
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= SmartOS only runs on amd64
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= joyent
.include <bsd.port.mk>