openbsd-ports/devel/hs-split/Makefile
kili 98bdc1c964 Provides a wide range of strategies and a unified combinator framework
for splitting lists with respect to some sort of delimiter.

ok sthen@
2012-05-07 18:44:56 +00:00

21 lines
407 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/05/07 18:44:56 kili Exp $
COMMENT = library for splitting lists
DISTNAME = split-0.1.4.2
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
.include <bsd.port.mk>