head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.07.08.19.04;	author jadawin;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.07.07.50.02;	author jadawin;	state Exp;
branches;
next	1.7;

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

1.6
date	2009.08.16.09.55.30;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2007.08.31.13.37.21;	author mat;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.03.15.05.15;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.04.36;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.16.09.13.44;	author mat;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.18.06.33.13;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Apache-Session-PHP
# Date created:				16 April 2003
# Whom:	      				Mathieu Arnold <m@@absolight.net>
#
# $FreeBSD: head/www/p5-Apache-Session-PHP/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Apache-Session-PHP
PORTVERSION=	0.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Glue Apache::Session with PHP::Session

BUILD_DEPENDS=	p5-PHP-Session>=0:${PORTSDIR}/www/p5-PHP-Session \
		p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session 
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Apache::Session::PHP.3 Apache::Session::Serialize::PHP.3 Apache::Session::Store::PHP.3

.include <bsd.port.mk>
@


1.9
log
@- Fix last commit
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d18 1
a18 1
		p5-Apache-Session >=0:${PORTSDIR}/www/p5-Apache-Session 
@


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
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/PHP/Session.pm:${PORTSDIR}/www/p5-PHP-Session \
		${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session 
@


1.6
log
@Reset mat@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
@
text
@d14 1
a14 1
MAINTAINER=	mat@@FreeBSD.org
@


1.4
log
@Update to 0.05
Remove unneeded dep
fixup WWW
fixpu plist
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.04
d19 1
a19 2
		${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
a24 1

@


1.2
log
@Update my ports to use my @@FreeBSD.org address

Approved by:	demon (mentor)
@
text
@d18 3
a20 3
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/PHP/Session.pm:${PORTSDIR}/www/p5-PHP-Session \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
a26 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.1
log
@New port www/p5-Apache-Session-PHP

	Glue Apache::Session with PHP::Session

PR:		ports/51034
Submitted by:	Mathieu Arnold <m@@absolight.net>
@
text
@d15 1
a15 1
MAINTAINER=	m@@absolight.net
@

