summaryrefslogtreecommitdiff
path: root/devel/rubygem-imagen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-imagen/Makefile')
-rw-r--r--devel/rubygem-imagen/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/rubygem-imagen/Makefile b/devel/rubygem-imagen/Makefile
new file mode 100644
index 000000000000..097812fdc8bc
--- /dev/null
+++ b/devel/rubygem-imagen/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= imagen
+PORTVERSION= 0.2.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Codebase as structure of locatable classes and methods based on the Ruby AST
+WWW= https://github.com/grodowski/imagen_rb
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-parser>=2.5:devel/rubygem-parser
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>