18 lines
366 B
Makefile
18 lines
366 B
Makefile
# 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>
|