freebsd-ports/net-mgmt/mdata-client/Makefile
Steve Wills e19d57dac1 net-mgmt/mdata-client: Set ONLY_FOR_ARCHS
and ONLY_FOR_ARCHS_REASON
2018-10-06 18:40:18 +00:00

20 lines
364 B
Makefile

# $FreeBSD$
PORTNAME= mdata-client
PORTVERSION= 20151001
CATEGORIES= net-mgmt
MAINTAINER= swills@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>