mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
import textproc/p5-WagnerFisher, a Perl implementation of the Wagner-Fischer edit distance
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
COMMENT = implementation of the Wagner-Fischer edit distance
|
||||
|
||||
DISTNAME = Text-WagnerFischer-0.04
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (Text-WagnerFischer-0.04.tar.gz) = 3ssF5hTQ9/hSgaVeA1gKEAzOgNrAncm9d6b1nn7YIw0=
|
||||
SIZE (Text-WagnerFischer-0.04.tar.gz) = 3461
|
||||
@@ -0,0 +1 @@
|
||||
An implementation of the Wagner-Fischer edit distance
|
||||
@@ -0,0 +1,3 @@
|
||||
${P5SITE}/Text/
|
||||
${P5SITE}/Text/WagnerFischer.pm
|
||||
@man man/man3p/Text::WagnerFischer.3p
|
||||
Reference in New Issue
Block a user