19 lines
346 B
Makefile
19 lines
346 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:08 espie Exp $
|
|
|
|
COMMENT = efficient packed Unicode text type
|
|
|
|
DISTNAME = text-0.11.2.3
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|