Changeset View
Changeset View
Standalone View
Standalone View
devel/hs-foundation/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= foundation | PORTNAME= foundation | ||||
| PORTVERSION= 0.0.13 | PORTVERSION= 0.0.20 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel haskell | CATEGORIES= devel haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= A custom prelude with no dependencies apart from base | COMMENT= A custom prelude with no dependencies apart from base | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= basement==0.0.7 | |||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||