17 lines
321 B
Makefile
17 lines
321 B
Makefile
# $OpenBSD: Makefile,v 1.8 2014/11/25 22:11:04 kili Exp $
|
|
|
|
COMMENT= provides Word128, Word192 and various others large words
|
|
|
|
DISTNAME= largeword-1.0.5
|
|
CATEGORIES= devel
|
|
REVISION= 1
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|