aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-FormBuilder/Makefile
blob: 2e43a7103deb00d1f7c8189e9f9cbe7d33ae6ad7 (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
26
27
28
29
30
# New ports collection makefile for:    www/p5-Catalyst-Plugin-FormBuilder
# Date created:             14 Sep 2006
# Whom:                 Fernan Aguero
#
# $FreeBSD$

PORTNAME=   Catalyst-Plugin-FormBuilder
PORTVERSION=    1.06
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/N/NW/NWIGER
PKGNAMEPREFIX=  p5-
EXTRACT_SUFX=   .tgz

MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT=    FormBuilder for Catalyst

BUILD_DEPENDS=  ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
        ${SITE_PERL}/CGI/FormBuilder.pm:${PORTSDIR}/www/p5-CGI-FormBuilder
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=   Catalyst::Plugin::FormBuilder.3

.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>