19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/09/30 12:58:08 kili Exp $
|
|
|
|
COMMENT = set and multiset operations on ordered lists
|
|
|
|
DISTNAME = data-ordlist-0.4.7.0
|
|
REVISION = 4
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = JijOptHq8X5AysaK6Liyhk
|
|
|
|
.include <bsd.port.mk>
|