mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# Ports collection makefile for: p5-Catalyst-Controller-FormBuilder
|
|
# Date created: Mar 30 2007
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-Controller-FormBuilder
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Catalyst FormBuilder Base Controller
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder \
|
|
p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash \
|
|
p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \
|
|
p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
|
p5-Catalyst-View-TT>=0.23:${PORTSDIR}/www/p5-Catalyst-View-TT
|
|
|
|
PERL_CONFIGURE= 5.8.1+
|
|
|
|
MAN3= Catalyst::Controller::FormBuilder.3
|
|
|
|
post-extract:
|
|
@${PERL} -i.bak -ne 'print unless m,^(recommends|requires),' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|