1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/p5-Catalyst-Plugin-FillInForm/Makefile
2021-04-06 16:31:07 +02:00

22 lines
562 B
Makefile

# Created by: Travis Campbell <hcoyote@ghostar.org>
PORTNAME= Catalyst-Plugin-FillInForm
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Automatically fill in forms in Catalyst using HTML::FillInForms
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \
p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \
p5-Catalyst-Action-RenderView>=0:www/p5-Catalyst-Action-RenderView
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>