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

PORTNAME=	dns
PORTVERSION=	2.0.10
CATEGORIES=	dns haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	DNS library in Haskell

LICENSE=	BSD3CLAUSE

USE_CABAL=	attoparsec blaze-builder conduit>=1.1 conduit-extra>=1.1 \
		iproute>=1.2.4 mtl network>=2.3 random resourcet safe

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