2018-04-15 10:42:01 +00:00

23 lines
384 B
Makefile

# $OpenBSD: Makefile,v 1.16 2018/04/15 10:42:01 ajacoutot Exp $
COMMENT= easy-to-use CLI to manage AWS
GH_TAGNAME= v0.1.10
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>