17 lines
319 B
Makefile
17 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 10:50:08 espie Exp $
|
|
|
|
COMMENT = library for patching functions and data structures
|
|
|
|
DISTNAME = patch-combinators-0.1
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|