aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-Diff/Makefile
blob: 6cedcb101162d37b71012d14d36216f16e7bf302 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# New ports collection makefile for: hs-Diff
# Date created:        January 10 2010
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   Diff
PORTVERSION=    0.1.2
CATEGORIES= textproc haskell

MAINTAINER= jacula@gmail.com
COMMENT=    O(ND) diff algorithm in haskell

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