head	1.14;
access;
symbols
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.10
	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.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.14
date	2012.01.01.19.30.51;	author ohauer;	state dead;
branches;
next	1.13;

1.13
date	2011.11.02.03.43.39;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2011.09.07.03.00.45;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2011.08.27.09.55.08;	author ohauer;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.17.14.29.30;	author araujo;	state Exp;
branches;
next	1.9;

1.9
date	2006.04.23.07.39.05;	author leeym;	state Exp;
branches;
next	1.8;

1.8
date	2004.10.23.08.20.06;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.24.14.15.27;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.24.12.04.32;	author ijliao;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.19.15.31;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.48.27;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.47.20;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.01.06.36.52;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.03.23.20.51;	author will;	state Exp;
branches;
next	;


desc
@@


1.14
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	Apache-AuthenURL
# Date created:				Sun Dec 31 20:08:48 2000
# Whom:					will
#
# $FreeBSD: ports/www/p5-Apache-AuthenURL/Makefile,v 1.13 2011/11/02 03:43:39 pgollucci Exp $
#

PORTNAME=	Apache-AuthenURL
PORTVERSION=	2.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Apache/mod_perl module to handle auth against external URLs

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS=	${RUN_DEPENDS}

DEPRECATED=	depends on mod_perl
EXPIRATION_DATE=	2012-01-01

PERL_CONFIGURE=	yes

MAN3=		Apache::AuthenURL.3 Apache::AuthenURL::Cache.3

.include <bsd.port.mk>
@


1.13
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d22 1
a22 1
EXPIRATION_DATE=	2011-11-01
@


1.11
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d22 1
a22 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.10
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
@d21 3
@


1.9
log
@- update to 2.05
- assign to perl@@
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache
@


1.8
log
@- update to 0.09
- add mod_perl2 support

Approved by:	co-mentor (vanilla)
@
text
@d9 1
a9 1
PORTVERSION=	0.9
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 3
a20 3
BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/Apache/AuthenCache.pm:${PORTSDIR}/www/p5-Apache-AuthenCache
RUN_DEPENDS=	${BUILD_DEPENDS}
d24 1
a24 4
MAN3=		Apache::AuthenURL.3

post-patch:
	@@${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \;
@


1.7
log
@Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
@
text
@d9 1
a9 1
PORTVERSION=	0.8
d25 3
@


1.6
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@a21 1
SITE_PERL=	${SITE_PERL}
@


1.5
log
@De-pkg-comment.
@
text
@d22 1
a22 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a24 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Apache/mod_perl module to handle auth against external URLs

@


1.2
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-Apache-AuthenURL/Makefile,v 1.1 2001/01/03 23:20:51 will Exp $
d16 2
@


1.1
log
@Add p5-Apache-AuthenURL 0.8, apache/mod_perl module to handle auth
against external URLs.
@
text
@d5 1
a5 1
# $FreeBSD$
a21 1
USE_PERL5=	yes
@

