17 lines
378 B
Makefile
17 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= basic-prelude
|
|
PORTVERSION= 0.7.0
|
|
PORTREVISION= 1
|
|
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 unordered-containers \
|
|
vector
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|