opnsense-ports/www/hs-cookie/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

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>