- Add LICENSE

- Add missing RUN_DEPENDS
- Fix PLIST
- Update WWW
- Bump PORTREVISION for dependency and package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-24 00:05:32 +00:00
parent ce8499d7f7
commit aefe0c334b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387208
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -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