forked from Lainports/opnsense-ports
15 lines
322 B
Makefile
15 lines
322 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cookie
|
|
PORTVERSION= 0.4.1.6
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= HTTP cookie parsing and rendering
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= blaze-builder>=0.2.1 data-default-class old-locale>=1 text>=0.7
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|