aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-amatch
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 00:05:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 00:05:32 +0000
commitaefe0c334b8b64987e3ada31a405486a74a24e0a (patch)
treefec9cf5759ff34c3dc252b1584cefe5e976a1ecf /textproc/rubygem-amatch
parentce8499d7f75af6dd2e4c904c4a98e019afb8c98b (diff)
downloadports-aefe0c334b8b64987e3ada31a405486a74a24e0a.tar.gz
ports-aefe0c334b8b64987e3ada31a405486a74a24e0a.zip
- Add LICENSE
- Add missing RUN_DEPENDS - Fix PLIST - Update WWW - Bump PORTREVISION for dependency and package change
Notes
Notes: svn path=/head/; revision=387208
Diffstat (limited to 'textproc/rubygem-amatch')
-rw-r--r--textproc/rubygem-amatch/Makefile7
-rw-r--r--textproc/rubygem-amatch/pkg-descr2
2 files changed, 8 insertions, 1 deletions
diff --git a/textproc/rubygem-amatch/Makefile b/textproc/rubygem-amatch/Makefile
index 23752399110a..d44aac5089e8 100644
--- a/textproc/rubygem-amatch/Makefile
+++ b/textproc/rubygem-amatch/Makefile
@@ -2,14 +2,21 @@
PORTNAME= amatch
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for approximate string matching and searching
+LICENSE= GPLv2
+
+RUN_DEPENDS= rubygem-tins>=1.0:${PORTSDIR}/devel/rubygem-tins
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/agrep.rb
+
.include <bsd.port.mk>
diff --git a/textproc/rubygem-amatch/pkg-descr b/textproc/rubygem-amatch/pkg-descr
index 3717b7647256..83279e2f2835 100644
--- a/textproc/rubygem-amatch/pkg-descr
+++ b/textproc/rubygem-amatch/pkg-descr
@@ -2,4 +2,4 @@ This is a Ruby library for approximate string matching and searching
using a dynamic programming algorithm to compute the Levenstein
distance between strings. Written in C for speed.
-WWW: http://flori.github.io/amatch/
+WWW: https://github.com/flori/amatch