Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / hs-cookie / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       cookie
4 PORTVERSION=    0.4.4
5 PORTREVISION=   1
6 CATEGORIES=     www haskell
7
8 MAINTAINER=     haskell@FreeBSD.org
9 COMMENT=        HTTP cookie parsing and rendering
10
11 LICENSE=        BSD3CLAUSE
12
13 USE_CABAL=      blaze-builder data-default-class old-locale
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>