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

PORTNAME=   dns
PORTVERSION=    2.0.10
PORTREVISION=   1
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>