mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
19 lines
428 B
Makefile
19 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= data-default
|
|
PORTVERSION= 0.5.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Class for types with a default value
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= data-default-class data-default-instances-base \
|
|
data-default-instances-containers data-default-instances-dlist \
|
|
data-default-instances-old-locale
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|