19 lines
384 B
Makefile
19 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:07 espie Exp $
|
|
|
|
COMMENT= provides Word128, Word192 and various others large words
|
|
|
|
DISTNAME= largeword-1.0.0
|
|
REVISION = 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|