fc6b625aed
ok jasper@ jim@
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/09/24 19:06:34 kili Exp $
|
|
|
|
COMMENT = directory-like tree datatype
|
|
|
|
DISTNAME = directory-tree-0.10.0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
# 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>
|