aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-directory-tree/Makefile
blob: 0e092d7ec9a7f7eccaaf8d8cf5e4dca1aeefd9eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PORTNAME=	directory-tree
PORTVERSION=	0.11.0
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Simple directory-like tree datatype, with useful IO functions

LICENSE=	BSD

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>