aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-mixlib-config/Makefile
blob: ee507204e1daed24ee3d6c73a2183ff5bd1375aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: renchap@cocoa-x.com
# $FreeBSD$

PORTNAME=	mixlib-config
PORTVERSION=	1.1.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	renchap@cocoa-x.com
COMMENT=	A class based config mixin, similar to the one found in Chef

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

NO_STAGE=	yes
.include <bsd.port.mk>