aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-filesystem-conduit/Makefile
blob: d12db2236f6362c1510b38b6a5c8cc11125d0ae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	filesystem-conduit
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Use system-filepath data types with conduits

LICENSE=	BSD

USE_CABAL=	conduit>=1.0 system-fileio>=0.3.3 system-filepath>=0.4.3 \
		text>=0.11 transformers>=0.2.2

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