16 lines
367 B
Makefile
16 lines
367 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= basic-prelude
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Enhanced core prelude; a common foundation for alternate preludes
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_CABAL= hashable lifted-base ReadArgs>=1.2 safe text \
|
|
unordered-containers vector
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|