mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
19 lines
299 B
Makefile
19 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hocon
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Ruby port of the Typesafe Config library
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PLIST_FILES= bin/hocon
|
|
|
|
.include <bsd.port.mk>
|