diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-07 05:06:00 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-07 05:06:00 +0000 |
commit | 0e395faa05e1b9d0efd3406adab223db092204d6 (patch) | |
tree | dfbd1355cb7a22cc95294541e27338ef15147b91 /sysutils/rubygem-itamae/Makefile | |
parent | 01f804f590738deb9dd38ac0e6c3149c2f726143 (diff) | |
download | ports-0e395faa05e1b9d0efd3406adab223db092204d6.tar.gz ports-0e395faa05e1b9d0efd3406adab223db092204d6.zip |
Notes
Diffstat (limited to 'sysutils/rubygem-itamae/Makefile')
-rw-r--r-- | sysutils/rubygem-itamae/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/rubygem-itamae/Makefile b/sysutils/rubygem-itamae/Makefile new file mode 100644 index 000000000000..39bbcdffda67 --- /dev/null +++ b/sysutils/rubygem-itamae/Makefile @@ -0,0 +1,27 @@ +# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com> +# $FreeBSD$ + +PORTNAME= itamae +PORTVERSION= 1.9.6 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= naito.yuichiro@gmail.com +COMMENT= Simple and lightweight configuration management tool + +LICENSE= MIT + +RUN_DEPENDS= \ + rubygem-thor>=0:devel/rubygem-thor \ + rubygem-specinfra>=2.37.0:sysutils/rubygem-specinfra \ + rubygem-hashie>=0:devel/rubygem-hashie \ + rubygem-ansi>=0:devel/rubygem-ansi \ + rubygem-schash>=0.1.0:devel/rubygem-schash + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +PLIST_FILES= bin/itamae + +.include <bsd.port.mk> |