diff options
Diffstat (limited to 'dns/hs-dns/Makefile')
-rw-r--r-- | dns/hs-dns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/hs-dns/Makefile b/dns/hs-dns/Makefile index 9189741eca99..3cfe926b4e78 100644 --- a/dns/hs-dns/Makefile +++ b/dns/hs-dns/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dns -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.10 CATEGORIES= dns haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +10,7 @@ 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 + iproute>=1.2.4 mtl network>=2.3 random resourcet safe .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |