head	1.24;
access;
symbols
	RELEASE_8_3_0:1.23
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.21
	RELEASE_8_2_0:1.21
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.24
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.03.03.06.46.05;	author sunpoet;	state Exp;
branches;
next	1.22;

1.22
date	2012.02.13.14.23.05;	author jadawin;	state Exp;
branches;
next	1.21;

1.21
date	2010.03.01.22.22.20;	author ehaupt;	state Exp;
branches;
next	1.20;

1.20
date	2009.07.22.16.27.05;	author pgollucci;	state Exp;
branches;
next	1.19;

1.19
date	2008.12.20.21.32.30;	author leeym;	state Exp;
branches;
next	1.18;

1.18
date	2008.03.31.11.57.42;	author mat;	state Exp;
branches;
next	1.17;

1.17
date	2007.12.27.12.02.18;	author gabor;	state Exp;
branches;
next	1.16;

1.16
date	2007.10.22.06.57.09;	author leeym;	state Exp;
branches;
next	1.15;

1.15
date	2007.10.09.10.15.37;	author clsung;	state Exp;
branches;
next	1.14;

1.14
date	2007.10.09.08.36.40;	author clsung;	state Exp;
branches;
next	1.13;

1.13
date	2007.07.26.02.51.44;	author clsung;	state Exp;
branches;
next	1.12;

1.12
date	2007.06.29.23.08.22;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2007.06.23.21.33.20;	author mat;	state Exp;
branches;
next	1.10;

1.10
date	2007.06.22.12.32.45;	author mat;	state Exp;
branches;
next	1.9;

1.9
date	2007.06.22.08.57.30;	author mat;	state Exp;
branches;
next	1.8;

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

1.7
date	2007.05.29.07.39.04;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.01.04.00.10;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2007.04.06.07.08.17;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2007.03.04.10.13.15;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.05.05.10.50;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.22.04.42.52;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.21.13.59.48;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.24
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Ex
# Date created:		2006-07-20
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-CGI-Ex/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Ex
PORTVERSION=	2.38
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	CGI utility suite - makes powerful application writing fun and easy

BUILD_DEPENDS=	p5-Template-Alloy>=1.004:${PORTSDIR}/www/p5-Template-Alloy
RUN_DEPENDS=	p5-Template-Alloy>=1.004:${PORTSDIR}/www/p5-Template-Alloy

PERL_CONFIGURE=	yes

MAN3=		CGI::Ex.3 CGI::Ex::App.3 CGI::Ex::App::Constants.3 \
		CGI::Ex::Auth.3 CGI::Ex::Conf.3 \
		CGI::Ex::Die.3 CGI::Ex::Dump.3 CGI::Ex::Fill.3 \
		CGI::Ex::JSONDump.3 CGI::Ex::Template.3 CGI::Ex::Validate.3

PORTEXAMPLES=	*

post-install:
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR}/
.for i in app benchmark devel
	${MKDIR} ${EXAMPLESDIR}/${i}
.endfor
	${CP} -R ${WRKSRC}/samples/* ${EXAMPLESDIR}/
.endif

.include <bsd.port.mk>
@


1.23
log
@- Update to 2.38

Changes:	http://search.cpan.org/dist/CGI-Ex/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.22
log
@- Update to 2.37
- Changelog: http://cpansearch.perl.org/src/RHANDOM/CGI-Ex-2.37/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.37
d17 1
a18 1
BUILD_DEPENDS=	${RUN_DEPENDS}
a26 2
.if !defined(NOPORTEXAMPLES)

d30 2
a31 1
	${MKDIR} ${EXAMPLESDIR}
d35 1
a35 2
	${CP} -R ${WRKSRC}/samples/* ${EXAMPLESDIR}

@


1.21
log
@- Update to 2.32
- fmt -w 80 pkg-descr

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.32
d22 2
a23 1
MAN3=		CGI::Ex.3 CGI::Ex::App.3 CGI::Ex::Auth.3 CGI::Ex::Conf.3 \
@


1.20
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	2.27
@


1.19
log
@- update to 2.27
@
text
@d39 1
a39 10
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
.endif

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


1.18
log
@Update to 2.24
@
text
@d9 1
a9 1
PORTVERSION=	2.24
d17 1
a17 1
RUN_DEPENDS=	${SITE_PERL}/Template/Alloy.pm:${PORTSDIR}/www/p5-Template-Alloy
d26 4
d37 2
d41 5
a45 5
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
		${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
@


1.17
log
@- Update to 2.23
@
text
@d9 1
a9 1
PORTVERSION=	2.23
@


1.16
log
@- update to 2.21
@
text
@d9 1
a9 1
PORTVERSION=	2.21
@


1.15
log
@- Update to 2.20
@
text
@d9 1
a9 1
PORTVERSION=	2.20
d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/Template/Alloy.pm:${PORTSDIR}/www/p5-Template-Alloy
RUN_DEPENDS=	${BUILD_DEPENDS}
d33 10
a42 1
.include <bsd.port.mk>
@


1.14
log
@- Update to 2.19
@
text
@d9 1
a9 1
PORTVERSION=	2.19
@


1.13
log
@- Update to 2.18
@
text
@d9 1
a9 1
PORTVERSION=	2.18
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CGI
@


1.12
log
@- Update to 2.17
@
text
@d9 1
a9 1
PORTVERSION=	2.17
@


1.11
log
@Update to 2.16
@
text
@d9 1
a9 1
PORTVERSION=	2.16
@


1.10
log
@Add missing dependency

Reported by:	leeym
@
text
@d9 1
a9 2
PORTVERSION=	2.15
PORTREVISION=	1
@


1.9
log
@Update to 2.15
@
text
@d10 1
d19 3
@


1.8
log
@- Update to 2.14
@
text
@d9 1
a9 1
PORTVERSION=	2.14
@


1.7
log
@- Update to 2.13
@
text
@d9 1
a9 1
PORTVERSION=	2.13
a21 1
		CGI::Ex::Template::HTE.3 CGI::Ex::Template::Extra.3 \
@


1.6
log
@- Update to 2.10
@
text
@d9 1
a9 1
PORTVERSION=	2.10
d22 1
@


1.5
log
@- Update to 2.09
@
text
@d9 1
a9 1
PORTVERSION=	2.09
d26 1
a26 1
.for i in app benchmark conf_path_1 conf_path_3 devel
@


1.4
log
@- Update to 2.08

PR:             109845
Submitted by:   Gea-Suan Lin <gslin@@gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	2.08
@


1.3
log
@- Update to 2.07
- Drop maintainership to perl@@FreeBSD.org

PR:		ports/108710
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d9 1
a9 1
PORTVERSION=	2.07
@


1.2
log
@- Update to 2.06

PR:		ports/100678
Submitted by:	clsung
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.06
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
@


1.1
log
@Add p5-CGI-Ex 2.05, CGI utility suite - makes powerful application
writing fun and easy.

PR:		ports/100595
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	2.05
@

