opnsense-ports/devel/hs-basic-prelude/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

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>