openbsd-ports/devel/hs-vector/Makefile
kili 8236d0d80b Update to hs-vector-0.7.0.1, necessary for an update of hs-snap-server,
which in turn is necessary after the update of hs-text.

Tested by jim@.
2010-12-12 16:28:54 +00:00

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>