aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-amatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-amatch/Makefile')
-rw-r--r--textproc/rubygem-amatch/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/rubygem-amatch/Makefile b/textproc/rubygem-amatch/Makefile
new file mode 100644
index 000000000000..23752399110a
--- /dev/null
+++ b/textproc/rubygem-amatch/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= amatch
+PORTVERSION= 0.3.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby library for approximate string matching and searching
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>