head	1.17;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.06.05.13.12.32;	author culot;	state Exp;
branches;
next	1.15;

1.15
date	2012.01.21.17.37.17;	author eadler;	state Exp;
branches;
next	1.14;

1.14
date	2010.06.10.01.35.54;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2009.10.23.00.30.06;	author leeym;	state Exp;
branches;
next	1.12;

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

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

1.10
date	2006.09.27.13.21.28;	author mat;	state Exp;
branches;
next	1.9;

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

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

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

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

1.5
date	2005.10.31.18.24.18;	author erwin;	state Exp;
branches;
next	1.4;

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

1.3
date	2005.06.28.16.17.16;	author mat;	state Exp;
branches;
next	1.2;

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

1.1
date	2004.10.12.11.32.32;	author mat;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Apache-Session-Wrapper
# Date created:			20 Sep 2004
# Whom:				mat
#
# $FreeBSD: head/www/p5-Apache-Session-Wrapper/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Apache-Session-Wrapper
PORTVERSION=	0.34
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A simple wrapper around Apache::Session

BUILD_DEPENDS=	p5-Class-Container>=0:${PORTSDIR}/devel/p5-Class-Container \
		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
		p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
		p5-Apache-Session>=0:${PORTSDIR}/www/p5-Apache-Session
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

MAN3=		Apache::Session::Wrapper.3

.if !defined(NOPORTDOCS)
PORTDOCS=	Changes

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

.include <bsd.port.mk>
@


1.16
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
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 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \
d19 2
a20 2
		${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
		${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
@


1.14
log
@- Update to 0.34

With Hat:       perl@@
Changes:        http:/search.cpan.org/dist/Apache-Session-Wrapper/Changes
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.13
log
@- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with p5-Params-Validate>=0 since it changed the file path.
- portlint

PR:		follow-up to ports/139837
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.33
@


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

Hat:		portmgr
@
text
@d18 1
a18 1
		${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
@


1.11
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.10
log
@Update to 0.33
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache
d36 1
a36 8
.include <bsd.port.pre.mk>

# Depends on devel/p5-Class-Container whichs needs perl 5.6.x or later
.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

.include <bsd.port.post.mk>
@


1.9
log
@Update to 0.32
@
text
@d9 1
a9 1
PORTVERSION=	0.32
@


1.8
log
@Update to 0.31
@
text
@d9 1
a9 1
PORTVERSION=	0.31
@


1.7
log
@Update to 0.29
@
text
@d9 1
a9 1
PORTVERSION=	0.29
@


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


1.5
log
@Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
@
text
@d9 1
a9 1
PORTVERSION=	0.25
@


1.4
log
@Update to 0.25
@
text
@d41 1
a41 1
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
@


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


1.2
log
@Update to 0.19
Add some docs
@
text
@d9 1
a9 1
PORTVERSION=	0.19
@


1.1
log
@Add p5-Apache-Session-Wrapper 0.17, a simple wrapper around
Apache::Session.
@
text
@d9 1
a9 1
PORTVERSION=	0.17
d28 9
@

