Marcelo Araujo eacda33017 This gem is a lib for managing configfile for cli applications, including:
- call a setup of the config file if it does not exist
- edit configuration and update the config file

WWW: https://github.com/mose/configstruct

PR:		ports/204588
Submitted by:	mose <mose@gandi.net>
Sponsored by:	gandi.net
2015-11-16 04:07:30 +00:00

19 lines
292 B
Makefile

# $FreeBSD$
PORTNAME= configstruct
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mose@mose.com
COMMENT= Lib for managing config files based on OpenStruct
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>