forked from Lainports/opnsense-ports
21 lines
577 B
Makefile
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>
|