- Add LICENSE_FILE Changes: https://github.com/markbates/configatron/blob/master/History.txt https://github.com/markbates/configatron/commits/master
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= configatron
|
|
PORTVERSION= 4.5.1
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Configuration system for Ruby applications
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|