head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.11;

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

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

1.9
date	2012.01.21.17.37.17;	author eadler;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.17.06.49.19;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2011.05.22.22.23.15;	author ohauer;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.29.34;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.08.01.10.27;	author linimon;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:   p5-Apache-ParseFormData
# Date created:                13-Jul-2004
# Whom:                        Jon Nistor <nistor@@snickers.org>
#
# $FreeBSD: head/www/p5-Apache-ParseFormData/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	Apache-ParseFormData
PORTVERSION=	0.09
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	nistor@@snickers.org
COMMENT=	Module allows you to easily decode/parse form and query data

BUILD_DEPENDS=	${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
USE_APACHE=	22+

MAN3=		Apache::ParseFormData.3

post-patch:
	@@${FIND} ${WRKSRC} -name "*.orig" -delete

.include <bsd.port.mk>
@


1.11
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.10
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d22 1
a22 1
USE_APACHE=	20+
@


1.9
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
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
d22 1
@


1.8
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
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
@d21 1
a21 1
PERL_CONFIGURE=	5.8.0+	# mod_perl 2 requires it
@


1.6
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
@


1.5
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=	Apache
@


1.4
log
@- update for mod_perl2 and unbreak this port

PR:		84233
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d21 1
a21 1
PERL_CONFIGURE=	yes
d28 1
a28 8
.include <bsd.port.pre.mk>

# mod_perl 2 requires it
.if ${PERL_LEVEL} < 500800
IGNORE=		requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif

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


1.3
log
@This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2
d23 1
a23 3
BROKEN=		Broken due the new mod_perl2 API
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22
d25 2
a26 1
MAN3=		Apache::ParseFormData.3
d32 1
a32 1
IGNORE=         requires perl 5.8.x or later. Install lang/perl5.8 then try again
@


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
@d24 2
@


1.1
log
@Add p5-Apache-ParseFormData 0.09, module allows you to easily
decode/parse form and query data.

PR:		ports/68993
Submitted by:	Jon Nistor <nistor@@snickers.org>
@
text
@d23 2
@

