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
16 lines
317 B
Makefile
16 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= data-default-instances-dlist
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Default instances for types in dlist
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= data-default-class dlist
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|