545fa42620
This library is similar in purpose to readline, but since it is written in Haskell it is (hopefully) more easily used in other Haskell programs. This also was in lang/ghc and didn't belong there. ok jasper@
28 lines
626 B
Makefile
28 lines
626 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/26 19:24:40 kili Exp $
|
|
|
|
COMMENT = command-line interface for user input
|
|
|
|
DISTNAME = haskeline-0.6.4.0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
# Add this when utf8-string will be removed from lang/ghc:
|
|
# devel/hs-utf8-string>=0.3.6,<0.4
|
|
|
|
RUN_DEPENDS = devel/hs-mtl>=1.1,<2.1 \
|
|
devel/hs-terminfo>=0.3.1.3,<0.4
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|