19 lines
341 B
Makefile
19 lines
341 B
Makefile
# $OpenBSD: Makefile,v 1.19 2019/07/12 20:44:35 sthen Exp $
|
|
|
|
COMMENT = portable POSIX-compatibility layer
|
|
|
|
DISTNAME = unix-compat-0.4.1.1
|
|
REVISION = 6
|
|
CATEGORIES = devel
|
|
|
|
# BSD4
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
MODGHC_PACKAGE_KEY = 8FowYqsnywvKDGnEQzk1BX
|
|
|
|
.include <bsd.port.mk>
|