ccc161ace9
- Remove MD5 PR: ports/153334 Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# Ports collection makefile for: rubygem-mixlib-config
|
|
# Date created: 18 Mar 2010
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|