Makefile 382 B

1234567891011121314151617181920212223
  1. # $OpenBSD: Makefile,v 1.5 2017/06/01 07:21:46 ajacoutot Exp $
  2. COMMENT= easy-to-use CLI to manage AWS
  3. GH_TAGNAME= v0.1.0
  4. GH_ACCOUNT= wallix
  5. GH_PROJECT= awless
  6. CATEGORIES= sysutils net
  7. HOMEPAGE= http://awless.io/
  8. MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
  9. # Apache 2.0
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += c pthread
  12. MODULES= lang/go
  13. .include <bsd.port.mk>