Update devel/hs-blaze-builder to version 0.3.1.1_1
[dports.git] / devel / hs-blaze-builder / Makefile
1 # $FreeBSD: devel/hs-blaze-builder/Makefile 331644 2013-10-26 00:52:33Z gerald $
2
3 PORTNAME=       blaze-builder
4 PORTVERSION=    0.3.1.1
5 PORTREVISION=   1
6 CATEGORIES=     devel haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        Efficient buffered output
10
11 LICENSE=        BSD
12
13 USE_CABAL=      text>=0.10
14
15 NO_STAGE=       yes
16 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
17 .include <bsd.port.mk>