aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-MemoTrie/Makefile
blob: 9b8b9d850f0969f886776bf0e0f2be1e3c92c681 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for: hs-MemoTrie
# Date created:        December 20 2009
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	MemoTrie
PORTVERSION=	0.4.9
CATEGORIES=	devel haskell

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

LICENSE=	BSD
FILE_LICENSE=	COPYING

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