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


1.17
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.06.10.18.42.00;	author swills;	state Exp;
branches;
next	1.15;

1.15
date	2012.05.01.01.46.57;	author swills;	state Exp;
branches;
next	1.14;

1.14
date	2012.03.03.01.02.07;	author swills;	state Exp;
branches;
next	1.13;

1.13
date	2011.09.08.08.36.37;	author az;	state Exp;
branches;
next	1.12;

1.12
date	2009.01.14.15.10.02;	author tobez;	state Exp;
branches;
next	1.11;

1.11
date	2008.08.28.01.15.17;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.19.06.30.39;	author clsung;	state Exp;
branches;
next	1.9;

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

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

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

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

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

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

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

1.2
date	2006.08.09.03.15.31;	author clsung;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	Pugs-Compiler-Rule
PORTVERSION=	0.37
PORTREVISION=	1
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:FGLOCK
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Compiler for Perl 6 Rules

RUN_DEPENDS=	p5-Cache-Cache>=1.05:${PORTSDIR}/devel/p5-Cache-Cache \
		p5-PadWalker>=1.0:${PORTSDIR}/devel/p5-PadWalker \
		p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp \
		p5-YAML-Syck>=0.60:${PORTSDIR}/textproc/p5-YAML-Syck
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp

PERL_CONFIGURE=	yes

MAN1=	compile_p6grammar.pl.1
MAN3=	Pugs::Compiler::Regex.3 \
	Pugs::Compiler::Grammar.3 \
	Pugs::Compiler::RegexPerl5.3 \
	Pugs::Compiler::Rule.3 \
	Pugs::Compiler::Token.3 \
	Pugs::Emitter::Grammar::Perl5.3 \
	Pugs::Grammar::Precedence.3 \
	Pugs::Runtime::Match.3 \
	Pugs::Runtime::Regex.3 \
	Pugs::Runtime::StrPos.3 \
    	Pugs::Runtime::Tracer.3

.include <bsd.port.mk>
@


1.16
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
@d6 1
a6 1
# $FreeBSD$
@


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

Approved by:	clsung via IRC
@
text
@d24 1
a24 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.14
log
@- Add TEST_DEPENDS to enable testing

Note: this still fails tests

Approved by:	portmgr (blanket)
@
text
@d17 1
a17 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.13
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
@d25 1
@


1.12
log
@Fix plist with perl 5.8.9.

Approved by:	portmgr (pav, implicit)
@
text
@d14 1
a14 1
MASTER_SITE_SUBDIR=	../by-authors/id/F/FG/FGLOCK
@


1.11
log
@- Update to 0.37

Changes:	http://search.cpan.org/dist/Pugs-Compiler-Rule/Changes
@
text
@d11 1
d37 1
@


1.10
log
@- Update to 0.28

Changes:	http://search.cpan.org/dist/Pugs-Compiler-Rule/Changes
@
text
@d10 1
a10 1
PORTVERSION=	0.28
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/A/AG/AGENT
@


1.9
log
@- Update to 0.23
@
text
@d10 1
a10 1
PORTVERSION=	0.23
d13 1
a13 1
MASTER_SITE_SUBDIR=	../by-authors/id/F/FG/FGLOCK
d27 1
d29 1
d33 1
d36 2
a37 1
	Pugs::Runtime::StrPos.3
@


1.8
log
@- Update to 0.22
@
text
@d10 1
a10 1
PORTVERSION=	0.22
d19 1
a19 2
BUILD_DEPENDS=	p5-Class-InsideOut>=0:${PORTSDIR}/devel/p5-Class-InsideOut \
		p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
d21 3
a23 2
		p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
log
@- Update to 0.21
@
text
@d10 1
a10 1
PORTVERSION=	0.21
@


1.6
log
@- Update to 0.20
@
text
@d10 1
a10 1
PORTVERSION=	0.20
d32 2
a33 1
	Pugs::Runtime::Match.3
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.5
log
@- Update to 0.19
@
text
@d10 1
a10 1
PORTVERSION=	0.19
@


1.4
log
@- Update to 0.16
@
text
@d10 1
a10 1
PORTVERSION=	0.16
a31 3
	Pugs::Grammar::Rule::Rule.3 \
	Pugs::Runtime::Grammar.3 \
	Pugs::Runtime::LrepMatch.3 \
@


1.3
log
@- update to 0.14
- I'll maintain it.
@
text
@d10 1
a10 1
PORTVERSION=	0.14
@


1.2
log
@- update to 0.13
@
text
@d10 1
a10 1
PORTVERSION=	0.13
d16 1
a16 1
MAINTAINER=	perl@@FreeBSD.org
@


1.1
log
@add p5-Pugs-Compiler-Rule 0.12
Compiler for Perl 6 Rules
@
text
@d10 1
a10 1
PORTVERSION=	0.12
d34 2
a35 2
	Pugs::Runtime::Match.3 \
	Pugs::Runtime::Match::Ratchet.3
@

