freebsd-ports/devel/rubygem-mixlib-config/Makefile
Sunpoet Po-Chuan Hsieh d4f778cd1c Update to 2.2.5
Changes:	https://github.com/chef/mixlib-config/blob/master/CHANGELOG.md
PR:		226783
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2018-04-03 09:52:17 +00:00

19 lines
349 B
Makefile

# Created by: renchap@cocoa-x.com
# $FreeBSD$
PORTNAME= mixlib-config
PORTVERSION= 2.2.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Class based config mixin, similar to the one found in Chef
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>