scripts easy with simple configuration files. WWW: https://github.com/markbates/configatron PR: ports/187948 Submitted by: Michael Moll <kvedulv at kvedulv.de>
18 lines
321 B
Makefile
18 lines
321 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= configatron
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Configuration system for Ruby applications
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|