mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Required for gitlab 17.11 Changes: https://gitlab.com/gitlab-org/remote-development/devfile-gem/-/commits/main/?ref_type=HEADS
16 lines
301 B
Makefile
16 lines
301 B
Makefile
PORTNAME= devfile
|
|
DISTVERSION= 0.4.0
|
|
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/ruby/gems/devfile-gem
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|