summaryrefslogtreecommitdiff
path: root/www/rubygem-hashicorp-checkpoint/Makefile
blob: 57267f4bf7b0c0cc899f37b3835873cacfcc0240 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	hashicorp-checkpoint
PORTVERSION=	0.1.6
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Internal HashiCorp service to check version information
WWW=		https://checkpoint.hashicorp.com/ \
		https://github.com/hashicorp/ruby-checkpoint

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>