326242d17c
ok jasper@
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/31 19:20:13 kili Exp $
|
|
|
|
COMMENT = library for patching functions and data structures
|
|
|
|
DISTNAME = patch-combinators-0.1
|
|
CATEGORIES = devel
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|