Changeset View
Changeset View
Standalone View
Standalone View
head/devel/hs-MemoTrie/Makefile
| # Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> | # Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= MemoTrie | PORTNAME= MemoTrie | ||||
| PORTVERSION= 0.6.9 | PORTVERSION= 0.6.9 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Trie-based memo functions | COMMENT= Trie-based memo functions | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= newtype-generics void | USE_CABAL= newtype-generics void | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||