head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	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.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


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

1.10
date	2012.11.06.19.56.30;	author lippe;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.29.16.20.23;	author az;	state Exp;
branches;
next	1.8;

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

1.7
date	2011.08.01.00.24.03;	author lippe;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.28.02.35.32;	author lippe;	state Exp;
branches;
next	1.5;

1.5
date	2008.09.05.02.36.44;	author lippe;	state Exp;
branches;
next	1.4;

1.4
date	2008.09.03.02.30.33;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.29.40;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.08.01.10.31;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.01.21.29.35;	author ehaupt;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	CGI::Application::Plugin::ValidateRM
# Date created:				08 Nov 2005
# Whom:					Espen Tagestad <espen@@tagestad.no>
#
# $FreeBSD: head/www/p5-CGI-Application-Plugin-ValidateRM/Makefile 307092 2012-11-06 19:56:30Z lippe $

PORTNAME=	CGI-Application-Plugin-ValidateRM
PORTVERSION=	2.5
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lippe@@FreeBSD.org
COMMENT=	Help validate forms with the CGI::Application framework

BUILD_DEPENDS=	p5-HTML-FillInForm>=0:${PORTSDIR}/www/p5-HTML-FillInForm \
		p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator \
		p5-CGI-modules>=0:${PORTSDIR}/www/p5-CGI-modules \
		p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

MAN3=		CGI::Application::Plugin::ValidateRM.3

.include <bsd.port.mk>
@


1.10
log
@SVN rev 307092 on 2012-11-06 19:56:30Z by lippe

- Update to 2.5.

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d8 1
a8 1
PORTVERSION=	2.4
@


1.8
log
@- Change PERL_MODBUILD to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d16 4
a19 4
BUILD_DEPENDS=	${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \
		${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \
		${SITE_PERL}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI-modules \
		${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application
@


1.7
log
@- Update to 2.4

PR:	ports/158117
Submitted by:	Jin-Sih Lin <linpct@@gmail.com>
@
text
@d22 1
a22 1
PERL_MODBUILD=	5.8.6+
@


1.6
log
@- Update to 2.3.
@
text
@d8 1
a8 1
PORTVERSION=	2.3
d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@- Take maintainership.
@
text
@d8 1
a8 1
PORTVERSION=	2.1
@


1.4
log
@Reset espen@@tagestad.no due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.3
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
@d13 1
a13 1
MAINTAINER=	espen@@tagestad.no
@


1.2
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
@d10 1
a10 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.1
log
@Add p5-CGI-Application-Plugin-ValidateRM, a package to help validate forms with
the CGI::Application framework

PR:		89787
Submitted by:	Espen Tagestad <espen@@modula.no>
@
text
@d23 1
a23 1
PERL_MODBUILD=	yes
d29 1
a29 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500806
IGNORE=		needs Perl 5.8.6 or above (lang/perl5.8)
.endif

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

