1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/p5-Catalyst-Plugin-FillInForm/Makefile
2013-11-07 08:28:22 +00:00

22 lines
597 B
Makefile

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