mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
319 B
Makefile
17 lines
319 B
Makefile
# $FreeBSD: head/devel/rubygem-hocon/Makefile 515715 2019-10-26 17:30:04Z romain $
|
|
|
|
PORTNAME= hocon
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Ruby port of the Typesafe Config library
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PLIST_FILES= bin/hocon
|
|
|
|
.include <bsd.port.mk>
|