head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.10.18.42.28;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2011.06.20.09.22.08;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2011.02.20.23.57.03;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.25.22.42.57;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.16.09.21.52;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2009.06.15.21.12.53;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.29.44;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.08.01.10.33;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.06.19.06.42.11;	author lbr;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.30.06.29.01;	author lbr;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# Ports collection makefile for:	p5-Catalyst-Controller-FormBuilder
# Date created:				Mar 30 2007
# Whom:					Lars Balker Rasmussen <lbr@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Catalyst-Controller-FormBuilder/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Controller-FormBuilder
PORTVERSION=	0.06
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MSTROUT
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Catalyst FormBuilder Base Controller

RUN_DEPENDS=	p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder \
		p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \
		p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \
		p5-Test-WWW-Mechanize-Catalyst>=0.37:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst \
		p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Controller::FormBuilder.3

.include <bsd.port.mk>
@


1.10
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d25 1
a25 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.8
log
@- update to 0.06

0.06   26-01-11 10:38:00
    Remove last reference to NEXT:: (caelum/agladish)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/M/MS/MSTROUT
@


1.7
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 6).

Approved by:	portmgr (itetcu)
@
text
@d9 1
a9 2
PORTVERSION=	0.05
PORTREVISION=	1
d12 1
d18 1
a18 1
BUILD_DEPENDS=	p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder \
a19 2
		p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash \
d22 4
a25 2
		p5-Catalyst-View-TT>=0.23:${PORTSDIR}/www/p5-Catalyst-View-TT
RUN_DEPENDS=	${BUILD_DEPENDS}
d27 1
a27 1
PERL_CONFIGURE=	5.8.1+
a30 3
post-extract:
	@@${PERL} -i.bak -ne 'print unless m,^(recommends|requires),' ${WRKSRC}/Makefile.PL

@


1.6
log
@Reset lbr@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d10 1
a23 1
		p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
@


1.5
log
@- Update to 0.05
- Portlint

PR:             ports/135108
Approved by:    maintainer timeout (lbr; 2 weeks 1 day)
Submitted by:   pgollucci@@ (myself)
@
text
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@


1.4
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.04
d17 1
a17 2
BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder \
d25 1
@


1.3
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Catalyst
@


1.2
log
@Update to 0.04
@
text
@d28 1
a28 1
PERL_CONFIGURE=	yes
d35 1
a35 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE=	requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@


1.1
log
@New port: www/p5-Catalyst-Controller-FormBuilder, Catalyst FormBuilder Base Controller
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d18 2
a19 1
BUILD_DEPENDS=	p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder \
d25 1
a26 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@

