/www/fcgi/

s-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-uri-bytestring/Makefile
blob: cf7a4638c367d33aa155536164b39af225281911 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   uri-bytestring
PORTVERSION=    0.2.3.3
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>