2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:08 espie Exp $
|
2010-09-11 14:49:26 -04:00
|
|
|
|
|
|
|
COMMENT = efficient packed Unicode text type
|
|
|
|
|
2012-12-02 15:23:55 -05:00
|
|
|
DISTNAME = text-0.11.2.3
|
2013-01-20 12:56:05 -05:00
|
|
|
REVISION = 0
|
2010-09-11 14:49:26 -04:00
|
|
|
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>
|