8236d0d80b
which in turn is necessary after the update of hs-text. Tested by jim@.
24 lines
460 B
Makefile
24 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/12 16:28:54 kili Exp $
|
|
|
|
COMMENT = Int-indexed arrays
|
|
|
|
DISTNAME = vector-0.7.0.1
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Jim Razmus II <jim@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
|
|
|
|
RUN_DEPENDS += devel/hs-primitive
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|