19 lines
356 B
Makefile
19 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.4 2018/01/22 21:40:32 kili Exp $
|
|
|
|
COMMENT = set and multiset operations on ordered lists
|
|
|
|
DISTNAME = data-ordlist-0.4.7.0
|
|
REVISION = 2
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = HY9GJ9QjrmJEtSDOUJy6x9
|
|
|
|
.include <bsd.port.mk>
|