head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.5
	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.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.01.12.02.43.35;	author swills;	state Exp;
branches;
next	1.12;

1.12
date	2009.08.16.09.55.32;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2009.02.12.18.09.30;	author mat;	state Exp;
branches;
next	1.10;

1.10
date	2008.03.13.14.55.37;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2007.08.31.13.37.23;	author mat;	state Exp;
branches;
next	1.8;

1.8
date	2006.06.13.15.52.05;	author mat;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.22.11.51.24;	author mat;	state Exp;
branches;
next	1.6;

1.6
date	2005.08.30.14.39.26;	author mat;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2003.10.02.15.39.56;	author mat;	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.29.59;	author edwin;	state Exp;
branches;
next	;


desc
@@


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

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

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Read / write PHP session files

BUILD_DEPENDS=	p5-UNIVERSAL-require>=0.03:${PORTSDIR}/devel/p5-UNIVERSAL-require
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		PHP::Session.3 PHP::Session::Serializer::PHP.3

.if !defined(NOPORTDOCS)
PORTDOCS=	Changes README

post-install:
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>
@


1.13
log
@- Add BUILD_DEPENDS to silence build warnings
@
text
@d5 1
a5 1
# $FreeBSD$
@


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

Hat:		portmgr
@
text
@d17 2
a18 1
RUN_DEPENDS=	p5-UNIVERSAL-require>=0.03:${PORTSDIR}/devel/p5-UNIVERSAL-require
@


1.11
log
@Update to 0.27
@
text
@d14 1
a14 1
MAINTAINER=	mat@@FreeBSD.org
@


1.10
log
@- Simplify dependency
- Bump PORTREVISION

PR:		121212
Submitted by:	leeym
Approved by:	mat (implicit)
@
text
@d9 1
a9 2
PORTVERSION=	0.26
PORTREVISION=	1
@


1.9
log
@Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
@
text
@d10 1
d18 1
a18 3
BUILD_DEPENDS=	${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
log
@update dependency

PR:		96445
Submitted by:	leeym
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	PHP
@


1.7
log
@Update to 0.26
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \
@


1.6
log
@Update to 0.25
@
text
@d9 1
a9 1
PORTVERSION=	0.25
@


1.5
log
@Update to 0.23
@
text
@d9 1
a9 1
PORTVERSION=	0.23
@


1.4
log
@Update to 0.22
@
text
@d9 1
a9 1
PORTVERSION=	0.22
d26 9
@


1.3
log
@Update to 0.21, cleanup
@
text
@d9 1
a9 1
PORTVERSION=	0.21
@


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

Approved by:	demon (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.20
d18 2
a19 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
a24 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


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

	Read / write PHP session files

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

