19 lines
339 B
Makefile
19 lines
339 B
Makefile
# $OpenBSD: Makefile,v 1.5 2016/01/20 16:20:43 kili Exp $
|
|
|
|
COMMENT = library for bounded channels
|
|
|
|
DISTNAME = BoundedChan-1.0.1.0
|
|
REVISION = 3
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = DKVSeXasoRCIeKYLCEKzue
|
|
|
|
.include <bsd.port.mk>
|