summaryrefslogtreecommitdiff
path: root/textproc/rubygem-diff_match_patch/Makefile
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2019-11-22 15:28:20 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2019-11-22 15:28:20 +0000
commitb28ccdecc2925e3978fa061e20f284e2b7dcb1b7 (patch)
tree151877c46c26b4982ab12ab65c4a1e54a6547b03 /textproc/rubygem-diff_match_patch/Makefile
parenttextproc/re-flex: update to 1.5.3 (diff)
New ports required for gitlab-ce 12.5.
Notes
Notes: svn path=/head/; revision=518149
Diffstat (limited to 'textproc/rubygem-diff_match_patch/Makefile')
-rw-r--r--textproc/rubygem-diff_match_patch/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-diff_match_patch/Makefile b/textproc/rubygem-diff_match_patch/Makefile
new file mode 100644
index 000000000000..fbbd44645a66
--- /dev/null
+++ b/textproc/rubygem-diff_match_patch/Makefile
@@ -0,0 +1,20 @@
+# Created by: Matthias Fechner <mfechner@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= diff_match_patch
+PORTVERSION= 0.1.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Ruby implementation of Google diff_match_patch
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>