head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	old_RELEASE_7_1_0:1.1
	old_RELEASE_6_4_0:1.1
	old_RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.37.30;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.17.06.49.19;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.06.20.09.22.07;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.10.03.54.08;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2009.12.25.23.56.54;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.09.12.40.31;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.18.16.51.23;	author skv;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Cookie-XS
# Date created:	   18 Apr 2008
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/p5-CGI-Cookie-XS/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Cookie-XS
PORTVERSION=	0.18
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:AGENT
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	HTTP Cookie parser in C

BUILD_DEPENDS=	p5-Filter-Simple>=0:${PORTSDIR}/textproc/p5-Filter-Simple
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		CGI::Cookie::XS.3

.include <bsd.port.mk>
@


1.7
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d21 1
a21 1
PERL_CONFIGURE=	5.6.1+
@


1.4
log
@With portmgr hat on, reset the maintainership of skv@@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/A/AG/AGENT
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
log
@- Update to 0.11

Changes:
	http://cpansearch.perl.org/src/AGENT/Cookie-XS-0.11/Changes

PR:		140196
Submitted by:	ehaupt@@
Approved by:	maintainer timeout
@
text
@d15 1
a15 1
MAINTAINER=	skv@@FreeBSD.org
@


1.2
log
@- Rename www/p5-Cookie-XS to www/p5-CGI-Cookie-XS
- Update to 0.16

Changes:	http://cpansearch.perl.org/src/AGENT/CGI-Cookie-XS-0.16/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.16
@


1.1
log
@Add p5-Cookie-XS 0.09, HTTP Cookie parser in C.
@
text
@d8 2
a9 2
PORTNAME=	Cookie-XS
PORTVERSION=	0.09
d18 3
d23 1
a23 1
MAN3=		Cookie::XS.3
@

