diff options
Diffstat (limited to 'www/rubygem-hashicorp-checkpoint/Makefile')
-rw-r--r-- | www/rubygem-hashicorp-checkpoint/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www/rubygem-hashicorp-checkpoint/Makefile b/www/rubygem-hashicorp-checkpoint/Makefile index 6564c7d0aa01..57267f4bf7b0 100644 --- a/www/rubygem-hashicorp-checkpoint/Makefile +++ b/www/rubygem-hashicorp-checkpoint/Makefile @@ -1,16 +1,18 @@ PORTNAME= hashicorp-checkpoint -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Internal HashiCorp service to check version information -WWW= https://rubygems.org/gems/hashicorp-checkpoint +WWW= https://checkpoint.hashicorp.com/ \ + https://github.com/hashicorp/ruby-checkpoint LICENSE= MPL20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= gem +NO_ARCH= yes + .include <bsd.port.mk> |