blob: 0b6eeb8a901a51b35a15a68a1a5d6a86b97286e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|