aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-MemoTrie/Makefile
blob: 3d31ce64767604dbd5c6dd4e5202c1f9a0a120c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$

PORTNAME=	MemoTrie
PORTVERSION=	0.6.8
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Trie-based memo functions

LICENSE=	BSD3CLAUSE

USE_CABAL=	newtype-generics void

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