opnsense-ports/net-mgmt/mdata-client/Makefile
Franco Fichtner b59c460a67 */*: sync with upstream
Taken from: HardenedBSD
2018-07-03 10:11:41 +02:00

21 lines
577 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
BROKEN_mips= fails to compile: unrecognized command line option "-Wno-typedef-redefinition"
BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition"
BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition"
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= joyent
.include <bsd.port.mk>