head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.6;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.05.01.01.46.57;	author swills;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.21.17.39.35;	author eadler;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.30.03.45.16;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2007.05.01.07.42.17;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2007.01.02.04.53.53;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2006.10.08.17.45.27;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2006.08.22.10.34.49;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2006.08.15.02.29.07;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2006.08.09.07.35.13;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.08.07.40.03;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.01.02.32.22;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	v6
# Date created:			Aug 1, 2006
# Whom:				ijliao
#
# $FreeBSD: head/lang/p5-v6/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	v6
PORTVERSION=	0.017
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../by-authors/id/F/FG/FGLOCK
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-alpha-${PORTVERSION}

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	An experimental compiler for Perl 6

BUILD_DEPENDS=	p5-Data-Bind>=0.28:${PORTSDIR}/devel/p5-Data-Bind \
		p5-Devel-Caller>=0.10:${PORTSDIR}/devel/p5-Devel-Caller \
		p5-Module-Compile>=0.20:${PORTSDIR}/devel/p5-Module-Compile \
		p5-Moose>=0.10:${PORTSDIR}/devel/p5-Moose \
		p5-Pugs-Compiler-Rule>=0.17:${PORTSDIR}/lang/p5-Pugs-Compiler-Rule \
		p5-Sub-Multi>=0:${PORTSDIR}/devel/p5-Sub-Multi \
		p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	v6.3 \
	Pugs::Compiler::Perl6.3 \
	Pugs::Runtime::Perl6.3

.include <bsd.port.mk>
@


1.11
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.10
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
@d17 1
a17 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.9
log
@- Update to 0.017
@
text
@d27 1
a27 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
log
@- remove ".if ${PERL_LEVEL} < 500600.." stuff
@
text
@d10 1
a10 1
PORTVERSION=	0.016
@


1.7
log
@- Update to 0.016
@
text
@d35 1
a35 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6 or later. Install lang/perl5 and try again
.endif

.include <bsd.port.post.mk>
@


1.6
log
@- Update to 0.015
@
text
@d10 1
a10 1
PORTVERSION=	0.015
d22 1
a22 1
		p5-Module-Compile>=0.17:${PORTSDIR}/devel/p5-Module-Compile \
d25 2
a26 1
		p5-Sub-Multi>=0:${PORTSDIR}/devel/p5-Sub-Multi
@


1.5
log
@- update to 0.014
@
text
@d10 1
a10 1
PORTVERSION=	0.014
d24 1
a24 1
		p5-Pugs-Compiler-Rule>=0.16:${PORTSDIR}/lang/p5-Pugs-Compiler-Rule \
@


1.4
log
@- update to 0.013
@
text
@d10 1
a10 1
PORTVERSION=	0.013
d24 1
a24 1
		p5-Pugs-Compiler-Rule>=0.12:${PORTSDIR}/lang/p5-Pugs-Compiler-Rule \
@


1.3
log
@- update to 0.012
- to celebrate my no.1500 commits, I'll maintain this port.
@
text
@d10 1
a10 1
PORTVERSION=	0.012
@


1.2
log
@Fix PLIST

Submitted by:	 pointyhat
@
text
@d10 1
a10 2
PORTVERSION=	0.011
PORTREVISION=	1
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/C/CL/CLKAO
d17 1
a17 1
MAINTAINER=	perl@@FreeBSD.org
@


1.1
log
@add p5-v6-alpha 0.011
An experimental compiler for Perl 6
@
text
@d11 1
@

