29 lines
637 B
Makefile
29 lines
637 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/09/16 09:24:50 espie Exp $
|
|
|
|
COMMENT = command-line interface for user input
|
|
|
|
DISTNAME = haskeline-0.6.4.0
|
|
REVISION = 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>
|