aboutsummaryrefslogtreecommitdiffstats
path: root/net/devfile/Makefile
blob: 1fd9c26f03c25a2ff4a1d0197c4c531013769300 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	devfile
PORTVERSION=	2.3.0
DISTVERSIONPREFIX=	v
PORTREVISION=	1
CATEGORIES=	net

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Generate Kubernetes objects from a devfile and accessing the devfile registry
WWW=		https://github.com/devfile/library

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/devfile/library/v2

PLIST_FILES=	bin/devfile

.include <bsd.port.mk>