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


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

1.9
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.30.05.21.38;	author az;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.37.33;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.17.07.09.04;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.08.13.20.11;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2010.12.29.20.04.34;	author pgollucci;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.10
log
@Switch exporter over
@
text
@# Created by: Fernan Aguero  <fernan@@iib.unsam.edu.ar>
# $FreeBSD: head/www/p5-Catalyst-Controller-BindLex/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $

PORTNAME=	Catalyst-Controller-BindLex
PORTVERSION=	0.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:NUFFIN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Stash your lexical goodness

BUILD_DEPENDS=	p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Array-RefElem>=0:${PORTSDIR}/misc/p5-Array-RefElem \
		p5-Devel-Caller>=0:${PORTSDIR}/devel/p5-Devel-Caller \
		p5-Devel-LexAlias>=0:${PORTSDIR}/devel/p5-Devel-LexAlias \
		p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
		p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

MAN3=	Catalyst::Controller::BindLex.3

.include <bsd.port.mk>
@


1.9
log
@SVN rev 305130 on 2012-10-01 14:45:16Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d1 1
a1 4
# Ports collection makefile for:	p5-Catalyst-Controller-BindLex
# Date created:				17.Oct.2006
# Whom:					Fernan Aguero  <fernan@@iib.unsam.edu.ar>
#
a2 1
#
d11 1
a11 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.7
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 6
a23 6
BUILD_DEPENDS=	${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
		${SITE_PERL}/${PERL_ARCH}/Array/RefElem.pm:${PORTSDIR}/misc/p5-Array-RefElem \
		${SITE_PERL}/${PERL_ARCH}/Devel/Caller.pm:${PORTSDIR}/devel/p5-Devel-Caller \
		${SITE_PERL}/${PERL_ARCH}/Devel/LexAlias.pm:${PORTSDIR}/devel/p5-Devel-LexAlias \
		${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker \
		${SITE_PERL}/Test/use/ok.pm:${PORTSDIR}/devel/p5-Test-use-ok
@


1.6
log
@- Change PERL_MODBUILD to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d24 1
a24 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
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.

With perl@@ hat
@
text
@d26 1
a26 1
PERL_MODBUILD=	5.8.1+
@


1.4
log
@- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/N/NU/NUFFIN
@


1.3
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
@a13 1
DISTNAME=       ${PORTNAME}-${PORTVERSION}
@


1.2
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 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.1
log
@Add p5-Catalyst-Controller-BindLex 0.03, stash your lexical goodness.

PR:		ports/104509
Submitted by:	Fernan Aguero  <fernan at iib.unsam.edu.ar>
@
text
@d27 1
a27 1
PERL_MODBUILD=	yes
d31 1
a31 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>
@

