aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-logict/Makefile
blob: c1ffdcc7fe0509503b92661c9fe635a44a063353 (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=   3
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>