diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 16:51:17 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 16:51:17 +0000 |
commit | 03635e4e9e5690be102ea2753640fea6b85cfa1a (patch) | |
tree | 02460a3d89c0035b977e8afb6a410c516d8198ff /www/hs-cookie | |
parent | 2e61f0192ebd0fb3670bd81db713a3233d844931 (diff) |
Notes
Diffstat (limited to 'www/hs-cookie')
-rw-r--r-- | www/hs-cookie/Makefile | 20 | ||||
-rw-r--r-- | www/hs-cookie/distinfo | 2 | ||||
-rw-r--r-- | www/hs-cookie/pkg-descr | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/www/hs-cookie/Makefile b/www/hs-cookie/Makefile new file mode 100644 index 000000000000..385b94c04336 --- /dev/null +++ b/www/hs-cookie/Makefile @@ -0,0 +1,20 @@ +# 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> diff --git a/www/hs-cookie/distinfo b/www/hs-cookie/distinfo new file mode 100644 index 000000000000..46bea0933bfe --- /dev/null +++ b/www/hs-cookie/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/cookie-0.3.0.2.tar.gz) = 3a66f05b70a1c546d0f64bc0ff70a11f4d71c2ba6ee5cdb040722bd655a67e88 +SIZE (cabal/cookie-0.3.0.2.tar.gz) = 2859 diff --git a/www/hs-cookie/pkg-descr b/www/hs-cookie/pkg-descr new file mode 100644 index 000000000000..8756dbfd6cc4 --- /dev/null +++ b/www/hs-cookie/pkg-descr @@ -0,0 +1,3 @@ +HTTP cookie parsing and rendering. + +WWW: http://github.com/snoyberg/cookie |