summaryrefslogtreecommitdiff
path: root/devel/hs-DrIFT/Makefile
blob: 8f15319c7ed312ad74196ee7cd3a2d5d7aa6abbb (plain)
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=	1
CATEGORIES=	devel haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	random

EXECUTABLE=	DrIFT drift-ghc

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