freebsd-ports/devel/rubygem-configatron/Makefile
Steve Wills c14fde8619 Configatron is a framework to make configuring Ruby applications and
scripts easy with simple configuration files.

WWW: https://github.com/markbates/configatron

PR:		ports/187948
Submitted by:	Michael Moll <kvedulv at kvedulv.de>
2014-03-29 14:41:02 +00:00

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>