mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
Changes: https://gitlab.com/gitlab-org/remote-development/devfile-gem/-/commits/main/?ref_type=HEADS
17 lines
328 B
Makefile
17 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>
|