head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.09.03.58.34;	author swills;	state Exp;
branches;
next	1.2;

1.2
date	2007.02.04.06.39.02;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2006.11.29.09.37.35;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	CGI::Cookie::Splitter
# Date created:			Nov 29, 2006
# Whom:				ijliao
#
# $FreeBSD: head/www/p5-CGI-Cookie-Splitter/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Cookie-Splitter
PORTVERSION=	0.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Split big cookies into smaller ones

BUILD_DEPENDS=	p5-CGI-Simple>=0:${PORTSDIR}/www/p5-CGI-Simple
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok

PERL_CONFIGURE=	yes

MAN3=	CGI::Cookie::Splitter.3

.include <bsd.port.mk>
@


1.3
log
@- Expand value of BUILD_DEPENDS before assigning it to RUN_DEPENDS
- Add TEST_DEPENDS to enable testing
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.2
log
@- Update to 0.02
@
text
@d19 2
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@add p5-CGI-Cookie-Splitter 0.01
Split big cookies into smaller ones
@
text
@d10 1
a10 1
PORTVERSION=	0.01
@

