2018-06-22 07:43:14 +00:00

23 lines
384 B
Makefile

# $OpenBSD: Makefile,v 1.17 2018/06/22 07:43:14 ajacoutot Exp $
COMMENT= easy-to-use CLI to manage AWS
GH_TAGNAME= v0.1.11
GH_ACCOUNT= wallix
GH_PROJECT= awless
CATEGORIES= sysutils net
HOMEPAGE= http://awless.io/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c pthread
MODULES= lang/go
.include <bsd.port.mk>