aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-Captcha/Makefile
blob: 76c6131c52c60e6eba8352c7ea8d6635e28e36c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

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}

USES=       perl5
USE_PERL5=  configure

MAN3=       Catalyst::Plugin::Captcha.3

.include <bsd.port.mk>