diff options
Diffstat (limited to 'devel/rubygem-irb-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-irb-gitlab/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/rubygem-irb-gitlab/Makefile b/devel/rubygem-irb-gitlab/Makefile new file mode 100644 index 000000000000..d18b059d03aa --- /dev/null +++ b/devel/rubygem-irb-gitlab/Makefile @@ -0,0 +1,28 @@ +PORTNAME= irb +PORTVERSION= 1.15.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Interactive Ruby +WWW= https://github.com/ruby/irb + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-pp>=0.6.0:devel/rubygem-pp \ + rubygem-rdoc-gitlab>=4.0.0:devel/rubygem-rdoc-gitlab \ + rubygem-reline>=0.4.2:devel/rubygem-reline + +USES= gem + +NO_ARCH= yes + +PLIST_FILES= bin/irb \ + share/man/man1/irb.1.gz + +post-install: + ${INSTALL_DATA} ${WRKSRC}/man/irb.1 ${STAGEDIR}${PREFIX}/share/man/man1 + +.include <bsd.port.mk> |