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

PORTNAME=   uri
PORTVERSION=    0.1.6.4
PORTREVISION=   3
CATEGORIES= textproc haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Library for working with URIs

LICENSE=    BSD3CLAUSE

USE_CABAL=  safe utf8-string

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