1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net-mgmt/mdata-client/Makefile
Juraj Lutter 3b403c65cb Update maintainer's e-mail address.
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27649
2020-12-17 20:06:40 +00:00

21 lines
362 B
Makefile

# $FreeBSD$
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>