aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-MemoTrie/Makefile
blob: 87512a71a3a579d5cc194a9cd03330052a7403dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.5
CATEGORIES= devel haskell

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

LICENSE=    BSD
FILE_LICENSE=   COPYING

USE_CABAL=  void

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