1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/eden/Makefile
2022-03-30 03:01:44 -04:00

28 lines
557 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= eden
PORTVERSION= 0.7.4
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= www
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= cffa0cee9f5897fbd96a3621f2c0dc8aeb90e711.patch:-p1
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Interact with any Open Service Broker API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= starkandwayne
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/eden
.include <bsd.port.mk>