eca4a1e114
- Add LICENSE_FILE - Update WWW Changes: https://github.com/chef/mixlib-config/blob/master/CHANGELOG.md PR: 220772 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
19 lines
349 B
Makefile
19 lines
349 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mixlib-config
|
|
PORTVERSION= 2.2.4
|
|
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>
|