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

PORTNAME=	logict
PORTVERSION=	0.6
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Backtracking logic-programming monad

LICENSE=	BSD

USE_CABAL=	mtl>=1.0.1

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