dfcd395b19
Changes: https://gitlab.com/gitlab-org/remote-development/devfile-gem/-/commits/main/?ref_type=HEADS
18 lines
328 B
Makefile
18 lines
328 B
Makefile
PORTNAME= devfile
|
|
DISTVERSION= 0.4.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Library used to generate kubernetes manifests from a Devfile
|
|
WWW= https://gitlab.com/gitlab-org/ruby/gems/devfile-gem
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|