24 lines
484 B
Makefile
24 lines
484 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/11/18 11:22:05 sthen Exp $
|
|
|
|
COMMENT = constraint manipulation
|
|
|
|
DISTNAME = constraints-0.10.1
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 8EXBrRXe4Fh2Bzz0X5WX3G
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/hs-hashable>=1.2,<1.3 \
|
|
devel/hs-semigroups>=0.17,<0.19 \
|
|
devel/hs-transformers-compat>=0.4,<1
|
|
|
|
.include <bsd.port.mk>
|