3e0d86663a
space- and time-efficient manipulation of Unicode text in Haskell. (requirement for darcs-2.5)
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/11 18:49:26 kili Exp $
|
|
|
|
COMMENT = efficient packed Unicode text type
|
|
|
|
DISTNAME = text-0.7.2.1
|
|
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
|
|
|
|
LIB_DEPENDS = :hs-deepseq->=1.1.0.0:devel/hs-deepseq
|
|
RUN_DEPENDS = ${LIB_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|