head	1.8;
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.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.7;

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

1.6
date	2010.01.26.15.01.07;	author kuriyama;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.01.15.08.53.48;	author pav;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.03.02.15.31.26;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.22.05.42.33;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Authen-PluggableCaptcha
# Date created:				2007/02/14
# Whom:					chinsan
#
# $FreeBSD: head/security/p5-Authen-PluggableCaptcha/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Authen-PluggableCaptcha
PORTVERSION=	0.05
PORTREVISION=	2
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A pluggable Captcha framework for Perl

BUILD_DEPENDS=	p5-Number-Spell>=0:${PORTSDIR}/textproc/p5-Number-Spell \
		p5-HTML-Email-Obfuscate>=0:${PORTSDIR}/security/p5-HTML-Email-Obfuscate
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAN3=		Authen::PluggableCaptcha.3 \
		Authen::PluggableCaptcha::Challenge.3 \
		Authen::PluggableCaptcha::Challenge::DoMath.3 \
		Authen::PluggableCaptcha::Challenge::TypeString.3 \
		Authen::PluggableCaptcha::ErrorLoggingObject.3 \
		Authen::PluggableCaptcha::Helpers.3 \
		Authen::PluggableCaptcha::KeyManager.3 \
		Authen::PluggableCaptcha::Render.3 \
		Authen::PluggableCaptcha::Render::Image::Imager.3 \
		Authen::PluggableCaptcha::Render::Image::Imager::effects.3 \
		Authen::PluggableCaptcha::Render::Image::Imager::effects::sinewarp.3 \
		Authen::PluggableCaptcha::Render::Image::Imager::layers.3 \
		Authen::PluggableCaptcha::Render::Text::HTML.3 \
		Authen::PluggableCaptcha::Render::Text::Plain.3 \
		Authen::PluggableCaptcha::StandardAttributesObject.3 \
		Authen::PluggableCaptcha::Tutorial.3 \
		Authen::PluggableCaptcha::ValidityObject.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
@


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
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 8).

Approved by:	portmgr (itetcu)
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@Reset chinsan@@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 2
BUILD_DEPENDS=	p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \
		p5-Number-Spell>=0:${PORTSDIR}/textproc/p5-Number-Spell \
@


1.4
log
@- Fix plist with perl 5.8.9
@
text
@d15 1
a15 1
MAINTAINER=	chinsan@@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
@d10 1
d25 2
d31 6
@


1.2
log
@- Update to 0.05

PR:		ports/109712
Submitted by:	chinsan (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@


1.1
log
@Add p5-Authen-PluggableCaptcha 0.04, a pluggable Captcha framework for
Perl.

PR:		ports/109383
Submitted by:	chinsan
@
text
@d9 1
a9 1
PORTVERSION=	0.04
@

