mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
18 lines
404 B
Makefile
18 lines
404 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= basic-prelude
|
|
PORTVERSION= 0.3.8
|
|
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 system-filepath>=0.4 \
|
|
text unordered-containers vector
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|