19 lines
366 B
Makefile
19 lines
366 B
Makefile
# $OpenBSD: Makefile,v 1.9 2015/09/19 21:59:14 kili Exp $
|
|
|
|
COMMENT= provides Word128, Word192 and various others large words
|
|
|
|
DISTNAME= largeword-1.0.5
|
|
CATEGORIES= devel
|
|
REVISION= 2
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 7PYchUgAL3M4UqZOCzx55D
|
|
|
|
.include <bsd.port.mk>
|