aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-DrIFT/Makefile
blob: d95e146dd2006f88faa8ca6b1e0e7892821c9d4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	DrIFT
PORTVERSION=	2.4.2
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Program to derive type class instances

LICENSE=	BSD3CLAUSE

USE_CABAL=	old-time random

EXECUTABLE=	DrIFT drift-ghc

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