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
18 lines
335 B
Makefile
18 lines
335 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ReadArgs
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Simple command line argument parsing
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= system-filepath>=0.4.7 text>=0.11.1.13
|
|
|
|
EXECUTABLE= ReadArgsEx
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|