diff options
Diffstat (limited to 'textproc/hs-html-conduit/Makefile')
-rw-r--r-- | textproc/hs-html-conduit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/hs-html-conduit/Makefile b/textproc/hs-html-conduit/Makefile index ac1efd772553..f2eb8265c076 100644 --- a/textproc/hs-html-conduit/Makefile +++ b/textproc/hs-html-conduit/Makefile @@ -2,6 +2,7 @@ PORTNAME= html-conduit PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +10,6 @@ COMMENT= Parse HTML documents using xml-conduit datatypes LICENSE= MIT -CABAL_SETUP= Setup.hs - USE_CABAL= conduit>=1.0 filesystem-conduit>=1.0 resourcet>=0.3 \ system-filepath>=0.4 tagstream-conduit>=0.4 text \ transformers xml-conduit>=1.1 xml-types>=0.3 |