- 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
19 lines
292 B
Makefile
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>
|