mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +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
17 lines
306 B
Makefile
17 lines
306 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ConfigFile
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 9
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Configuration file reading and writing
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_CABAL= MissingH>=1.0.0 mtl parsec
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|