rubygem-hashicorp-checkpoint: NEW PORT - Internal HashiCorp client library to check version information
PR: 194221 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: mentors (implicit)
This commit is contained in:
parent
2303f42042
commit
e3774627c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370788
4 changed files with 24 additions and 0 deletions
|
@ -1786,6 +1786,7 @@
|
||||||
SUBDIR += rubygem-haml-contrib
|
SUBDIR += rubygem-haml-contrib
|
||||||
SUBDIR += rubygem-haml-rails
|
SUBDIR += rubygem-haml-rails
|
||||||
SUBDIR += rubygem-haml-rails-rails4
|
SUBDIR += rubygem-haml-rails-rails4
|
||||||
|
SUBDIR += rubygem-hashicorp-checkpoint
|
||||||
SUBDIR += rubygem-heroku
|
SUBDIR += rubygem-heroku
|
||||||
SUBDIR += rubygem-heroku-api
|
SUBDIR += rubygem-heroku-api
|
||||||
SUBDIR += rubygem-heroku-nav
|
SUBDIR += rubygem-heroku-nav
|
||||||
|
|
18
www/rubygem-hashicorp-checkpoint/Makefile
Normal file
18
www/rubygem-hashicorp-checkpoint/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= hashicorp-checkpoint
|
||||||
|
PORTVERSION= 0.1.4
|
||||||
|
CATEGORIES= www rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= joe@thrallingpenguin.com
|
||||||
|
COMMENT= Internal HashiCorp service to check version information
|
||||||
|
|
||||||
|
LICENSE= MPL
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBYGEMS= yes
|
||||||
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
www/rubygem-hashicorp-checkpoint/distinfo
Normal file
2
www/rubygem-hashicorp-checkpoint/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/hashicorp-checkpoint-0.1.4.gem) = f5b0c3c303de1e2a5e7b49a8cd70dbc55ad64257c49b9f6cf817772b277b5097
|
||||||
|
SIZE (rubygem/hashicorp-checkpoint-0.1.4.gem) = 12800
|
3
www/rubygem-hashicorp-checkpoint/pkg-descr
Normal file
3
www/rubygem-hashicorp-checkpoint/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Internal HashiCorp client library to check version information.
|
||||||
|
|
||||||
|
WWW: http://rubygems.org/gems/hashicorp-checkpoint
|
Loading…
Reference in a new issue