openbsd-ports/devel/hs-text/Makefile

19 lines
346 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:08 espie Exp $
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
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>