freebsd-ports/www/p5-Catalyst-Plugin-FillInForm/Makefile
Jean-Yves Lefort 07040f9094 Add p5-Catalyst-Plugin-FillInForm
Catalyst-Plugin-FillInForm is a Catalyst plugin that automatically fills in
forms if the last form has missing or invalid fields.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-FillInForm/

PR:		ports/80964
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2005-05-14 13:19:40 +00:00

33 lines
882 B
Makefile

# Ports collection makefile for: p5-Catalyst-Plugin-FillInForm
# Date created: May 6, 2005
# Whom: Travis Campbell <hcoyote@ghostar.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-FillInForm
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI
PKGNAMEPREFIX= p5-
MAINTAINER= hcoyote@ghostar.org
COMMENT= Automatically fill in forms in Catalyst using HTML::FillInForms
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \
${SITE_PERL}/NEXT.pm:${PORTSDIR}/devel/p5-NEXT
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::FillInForm.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>