aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-uri-bytestring/Makefile
blob: 6414880d051eacab2a91ea02b0ab2e1d68a5f324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   uri-bytestring
PORTVERSION=    0.3.1.1
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Haskell URI parsing as ByteStrings

LICENSE=    BSD3CLAUSE

USE_CABAL=  attoparsec blaze-builder th-lift th-lift-instances

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