19 lines
372 B
Makefile
19 lines
372 B
Makefile
PORTNAME= mixlib-config
|
|
PORTVERSION= 3.0.9
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Class based config mixin, similar to the one found in Chef
|
|
WWW= https://www.chef.io/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-tomlrb>=0:textproc/rubygem-tomlrb
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|