freebsd-ports/www/p5-Catalyst-Plugin-Captcha/Makefile
2021-04-06 16:31:07 +02:00

22 lines
572 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= Catalyst-Plugin-Captcha
PORTVERSION= 0.04
PORTREVISION= 2
CATEGORIES= www security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Create and validate Captcha for Catalyst
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \
p5-Catalyst-Plugin-Session>=0:www/p5-Catalyst-Plugin-Session \
p5-libwww>=0:www/p5-libwww \
p5-GD-SecurityImage>=0:security/p5-GD-SecurityImage
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>