mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
Required for gitlab-ce 16.5 Changelog: https://gitlab.com/gitlab-org/remote-development/devfile-gem/-/commits/main/?ref_type=HEADS
16 lines
322 B
Makefile
16 lines
322 B
Makefile
PORTNAME= devfile
|
|
DISTVERSION= 0.0.23.pre.alpha1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library used to generate kubernetes manifests from a Devfile
|
|
WWW= https://gitlab.com/gitlab-org/remote-development/devfile-gem
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|