98d5a8e592
Unbounded thread delays and timeouts. Needed by an upcoming update of databases/hs-redis. OK kili@
18 lines
378 B
Makefile
18 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/19 07:19:08 dcoppa Exp $
|
|
|
|
COMMENT = unbounded thread delays and timeouts
|
|
|
|
DISTNAME = unbounded-delays-0.1.0.4
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|