# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Digest-Nilsimsa 0.06
revision            5
platforms           darwin
maintainers         nomaintainer
license             GPL-2

description         Perl version of Nilsimsa code

long_description    A nilsimsa signature is a statistic of n-gram occurance \
                    in a piece of text. It is a 256 bit value usually \
                    represented in hex. This module is a wrapper around \
                    nilsimsa implementation in C by cmeclax.

checksums           rmd160  e744cecf7780468e4a7309990e506596cd873150 \
                    sha256  cd3762cd76803729fd42022d382bc93b26f9b14aed9732eef85b44a9576d2d1e

if {${perl5.major} != ""} {
    patchfiles      patch-Nilsimsa-pm.diff
}
