blob: e9d095a1397574685b29f834e590bd00f69a1fba (
plain) (
tree)
|
|
# $FreeBSD$
PORTNAME= directory-tree
PORTVERSION= 0.12.0
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Simple directory-like tree datatype, with useful IO functions
LICENSE= BSD3CLAUSE
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|