aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-hashicorp-checkpoint/Makefile
blob: 748c09e2013c5be877656d329415d9c9b9a679d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Joseph Benden <joe@thrallingpenguin.com>

PORTNAME=	hashicorp-checkpoint
PORTVERSION=	0.1.5
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	joe@thrallingpenguin.com
COMMENT=	Internal HashiCorp service to check version information

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>