23 lines
374 B
Makefile

# $OpenBSD: Makefile,v 1.18 2019/07/12 20:49:39 sthen 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= Yes
WANTLIB += c pthread
MODULES= lang/go
.include <bsd.port.mk>