head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.12.14.17.45;	author tota;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rubygem-cookiejar
# Date created:		2012-06-10
# Whom:			TAKATSU Tomonari <tota@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-cookiejar/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	cookiejar
PORTVERSION=	0.3.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	tota@@FreeBSD.org
COMMENT=	Allows for parsing and returning cookies in Ruby HTTP client code

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.1
log
@- Add a new port: www/rubygem-cookiejar

  The Ruby CookieJar is a library to help manage client-side cookies
  in pure Ruby. It enables parsing and setting of cookie headers,
  alternating between multiple 'jars' of cookies at one time (such
  as having a set of cookies for each browser or thread), and supports
  persistence of the cookies in a JSON string.

  Both Netscape/RFC 2109 cookies and RFC 2965 cookies are supported.

  WWW:	https://github.com/dwaite/cookiejar
@
text
@d5 1
a5 1
# $FreeBSD$
@

