openbsd-ports/devel/hs-vector/Makefile
kili 8fcbe0f8e2 Update to hs-vector-0.7.1.
This is a requirement for an update of hs-snap I'm working on.

While here, add myself as maintainer (in addition to jim@, who is
too busy with private stuff for now).

There's a newer version available, but 0.7.1 is much less intrusive
to other depending ports (i.e. it doesn't break anything).

"go for it" jim@ (for co-maintaining and working on snap and related ports)
2012-01-16 23:32:02 +00:00

25 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/01/16 23:32:02 kili Exp $
COMMENT = Int-indexed arrays
DISTNAME = vector-0.7.1
CATEGORIES = devel
MAINTAINER = Jim Razmus II <jim@openbsd.org>, \
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
RUN_DEPENDS += devel/hs-primitive
BUILD_DEPENDS += ${RUN_DEPENDS}
.include <bsd.port.mk>