aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-edit-distance/Makefile
blob: 7d145d34bce05dd290ddf9512854ef960396c810 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   edit-distance
PORTVERSION=    0.2.1.2
PORTREVISION=   4
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Levenshtein and restricted Damerau-Levenshtein edit distances

LICENSE=    BSD

USE_CABAL=  random>=1.0

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>