head	1.16;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	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.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.14;

1.14
date	2012.04.03.15.16.01;	author swills;	state Exp;
branches;
next	1.13;

1.13
date	2012.01.01.16.47.40;	author ohauer;	state Exp;
branches;
next	1.12;

1.12
date	2011.08.20.17.27.50;	author ohauer;	state Exp;
branches;
next	1.11;

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

1.10
date	2009.12.13.18.07.49;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2009.05.16.06.27.55;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2009.04.13.01.28.18;	author pgollucci;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2007.03.07.09.21.50;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.15.01.20.50;	author aaron;	state Exp;
branches;
next	1.3;

1.3
date	2005.10.31.18.24.20;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.05.17.17.18.23;	author sem;	state Exp;
branches;
next	1.1;

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


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-MasonX-WebApp
# Date created:			2005.01.08
# Whom:				Travis Campbell <hcoyote@@ghostar.org>
#
# $FreeBSD: head/www/p5-MasonX-WebApp/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	MasonX-WebApp
PORTVERSION=	0.12
PORTREVISION=	4
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Works with HTML::Mason to do processing before Mason is invoked

BUILD_DEPENDS=	mp2bug:${PORTSDIR}/www/mod_perl2 \
		p5-HTML-Mason>=0:${PORTSDIR}/www/p5-HTML-Mason \
		p5-Apache-Session-Wrapper>=0:${PORTSDIR}/www/p5-Apache-Session-Wrapper \
		p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-Class-Factory-Util>=0:${PORTSDIR}/devel/p5-Class-Factory-Util \
		p5-URI>0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
		p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output

USE_APACHE_RUN=	22+
PERL_MODBUILD=	yes

MAN3=		MasonX::WebApp.3

.include <bsd.port.mk>
@


1.15
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Avoid use of SITE_PERL in DEPENDS
- Add missing DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION

Feature safe:	yes
@
text
@d29 1
a29 1
USE_APACHE_RUN=	20+
@


1.13
log
@- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@@
@
text
@d10 1
a10 1
PORTREVISION=	3
d18 10
a27 8
BUILD_DEPENDS:=	${RUN_DEPENDS}
RUN_DEPENDS=	${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
		${SITE_PERL}/Apache/Session/Wrapper.pm:${PORTSDIR}/www/p5-Apache-Session-Wrapper \
		${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
		${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util

BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
@


1.12
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d18 1
a24 6
BUILD_DEPENDS:=	${RUN_DEPENDS}

USE_APACHE_RUN=	13+
.include <bsd.port.pre.mk>

.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
a25 5
.else
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl

MAKE_JOBS_SAFE=  yes
.endif
d27 1
d32 1
a32 1
.include <bsd.port.post.mk>
@


1.11
log
@ mod_perl2 was updated, this changes are needet to prevent
 dependency loops

- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision

commit with hat apache@@
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.10
log
@- Turn over a bunch of p5- ports that change infrequently to perl@@
  so more people can look at them.
@
text
@d10 1
a10 1
PORTREVISION=	1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
d24 6
a29 1
.if defined(WITH_MODPERL2)
d41 1
a41 1
.include <bsd.port.mk>
@


1.9
log
@- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
@
text
@d15 1
a15 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.8
log
@- Unbreak WITH_MODPERL2=yes
- Pass maintainer to submitter (me)

PR:             ports/133629
Approved by:    previous maintainer
@
text
@d29 2
@


1.7
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
@d10 1
d15 1
a15 1
MAINTAINER=	hcoyote@@ghostar.org
d26 1
a26 2
BROKEN=		Broken due the new mod_perl2 API
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
@


1.6
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	MasonX
@


1.5
log
@- Update to 0.12

PR:             109869
Submitted by:   miwi
Approved by:    maintainer
@
text
@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.4
log
@- Update from v0.08 to v0.11

PR:		ports/98351
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.11
@


1.3
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.08
@


1.2
log
@- Mark ports BROKEN when/if they depend on mod_perl2.
  With current mod_perl2 API change all old code *will* broken.
@
text
@d40 1
a40 1
IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
@


1.1
log
@Add p5-MasonX-WebApp 0.08, works with HTML::Mason to do processing
before Mason is invoked.

PR:		ports/75935
Submitted by:	Travis Campbell <hcoyote@@ghostar.org>
@
text
@d26 1
@

