mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
03635e4e9e
WWW: http://github.com/snoyberg/cookie Obtained from: FreeBSD Haskell
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# New ports collection makefile for: hs-cookie
|
|
# Date created: December 26, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cookie
|
|
PORTVERSION= 0.3.0.2
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= HTTP cookie parsing and rendering
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= blaze-builder>=0.2.1 text>=0.7
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|