b6d46af0f8
Haskell 98 natural numbers. ok sthen@ (will be hooked to the build during the ghc update)
18 lines
321 B
Makefile
18 lines
321 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/07/18 21:01:06 kili Exp $
|
|
|
|
COMMENT = Haskell 98 natural numbers
|
|
|
|
DISTNAME = nats-0.1
|
|
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>
|