diff options
Diffstat (limited to 'devel/hs-classy-prelude-conduit/Makefile')
-rw-r--r-- | devel/hs-classy-prelude-conduit/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/hs-classy-prelude-conduit/Makefile b/devel/hs-classy-prelude-conduit/Makefile new file mode 100644 index 000000000000..fa0d206d65b1 --- /dev/null +++ b/devel/hs-classy-prelude-conduit/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= classy-prelude-conduit +PORTVERSION= 0.4.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Conduit instances for classy-prelude + +LICENSE= MIT + +CABAL_SETUP= Setup.hs + +USE_CABAL= classy-prelude>=0.4.1 conduit>=0.5.4.1 xml-conduit>=1.0 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> |