19 lines
344 B
Makefile
19 lines
344 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:07 espie Exp $
|
|
|
|
COMMENT = directory-like tree datatype
|
|
|
|
DISTNAME = directory-tree-0.10.0
|
|
REVISION = 1
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|