head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2011.09.08.13.20.14;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2009.06.13.20.56.57;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2008.04.17.14.30.10;	author araujo;	state Exp;
branches;
next	1.7;

1.7
date	2005.07.31.17.21.21;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2005.04.10.22.01.19;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2005.03.10.09.02.51;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.09.17.27.09;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.28.04.00.41;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.26.19.26.40;	author scrappy;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.22.00.09.01;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Maypole-Authentication-UserSessionCookie
# Date created:				Aug 21 2004
# Whom:					Marc G. Fournier
#
# $FreeBSD: head/www/p5-Maypole-Authentication-UserSessionCookie/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Maypole-Authentication-UserSessionCookie
PORTVERSION=	1.4
PORTREVISION=	0
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SIMON
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Track sessions and, optionally, users

PERL_CONFIGURE=	yes

MAN3=		Maypole::Authentication::UserSessionCookie.3

post-patch:
	@@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/UserSessionCookie.pm

.include <bsd.port.mk>
@


1.10
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.

With perl@@ hat
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@scrappy's bit has been taken for safekeeping, so return these ports to
the pool.

Hat:		portmgr
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/S/SI/SIMON/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.8
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d15 1
a15 1
MAINTAINER=	scrappy@@FreeBSD.org
@


1.7
log
@- fix $VERSION and unbreak

PR:		84184
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.6
log
@BROKEN: Does not build on FreeBSD 4.x
@
text
@d22 2
a23 1
.include <bsd.port.pre.mk>
d25 1
a25 5
.if ${OSVERSION} < 500000
BROKEN=		"Does not build on FreeBSD 4.x"
.endif

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


1.5
log
@- use "@@unexec rmdir ..." instead of "@@dirrm ..." for the non-leaf directories
- unbreak this port
@
text
@d22 7
a28 1
.include <bsd.port.mk>
@


1.4
log
@- Update to 1.4
- fix PLIST

PR:		78080
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@a17 2
BROKEN=		Incomplete pkg-plist

@


1.3
log
@BROKEN: Incomplete pkg-plist
@
text
@d8 2
a9 2
PORTVERSION=	1.3
PORTREVISION=	1
d22 2
@


1.2
log
@clean up a bad distinfo file
@
text
@d18 2
@


1.1
log
@Track sessions and, optionally, users
@
text
@d1 2
a2 2
# New ports collection makefile for:	p5-Maypole
# Date created:				Apr 2 2004
d9 1
@

