freebsd-ports/devel/hs-MemoTrie/Makefile

22 lines
440 B
Makefile
Raw Normal View History

# 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>