head	1.11;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


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

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

1.9
date	2012.06.01.05.24.58;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2012.05.07.15.42.49;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.37.35;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2010.07.08.15.48.50;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2010.03.28.06.44.59;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2010.02.05.11.45.02;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.31.13.56.33;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.29.48;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.05.09.17.42;	author skv;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Catalyst-Plugin-Captcha
# Date created:	   05 August 2007
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-Captcha/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Plugin-Captcha
PORTVERSION=	0.04
PORTREVISION=	1
CATEGORIES=	www security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Create and validate Captcha for Catalyst

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-GD-SecurityImage>=0:${PORTSDIR}/security/p5-GD-SecurityImage
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Catalyst::Plugin::Captcha.3

.include <bsd.port.mk>
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- update png to 1.5.10
@
text
@d19 3
a21 3
		${SITE_PERL}/Catalyst/Plugin/Session.pm:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
		${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/GD/SecurityImage.pm:${PORTSDIR}/security/p5-GD-SecurityImage
@


1.8
log
@Pass maintainership of almost of my "p5-*" ports to "perl@@".

(I hope updating of them will be improved).
@
text
@d10 1
@


1.7
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
@d14 1
a14 1
MAINTAINER=	skv@@FreeBSD.org
@


1.6
log
@Update to 0.04

Changes:	http://cpansearch.perl.org/src/DIEGOK/Catalyst-Plugin-Captcha-0.04/Changes
PR:		ports/147750
Submitted by:	pgollucci
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	0.03
PORTREVISION=	3
@


1.4
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
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.1
log
@Add p5-Catalyst-Plugin-Captcha 0.03, create and validate Captcha for
Catalyst.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
@

