head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.12.16.06.16.56;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.4;

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

1.3
date	2012.03.08.18.45.11;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.12.01.09.46.08;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.11.13.13.04.04;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308985
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308985 | az | 2012-12-16 06:12:28 +0000 (Sun, 16 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Set default perl version for ports which currently using
## SVN ##   (5.x+ and x < 12) scheme.
## SVN ##
## SVN ## Approved by: bapt@@ (portmgr@@)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-Marpa
# Date created:		2011-10-25
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/lang/p5-Marpa/Makefile 308985 2012-12-16 06:12:28Z az $
#

PORTNAME=	Marpa
PORTVERSION=	0.208
CATEGORIES=	lang textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JKEGL
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION}000

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Parse any Language You Can Describe in BNF

BUILD_DEPENDS=	p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \
		p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI
RUN_DEPENDS=	p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \
		p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI

PERL_CONFIGURE=	yes

MAN3=		Marpa::Advanced::Algorithm.3 \
		Marpa::Advanced::Bibliography.3 \
		Marpa::Advanced::Implementation.3 \
		Marpa::Advanced::Models.3 \
		Marpa::Deprecated::Bocage.3 \
		Marpa::Deprecated::Evaluator.3 \
		Marpa::Deprecated::Implementation.3 \
		Marpa::Grammar.3 \
		Marpa::Marpa.3 \
		Marpa::Parse_Terms.3 \
		Marpa::Recognizer.3 \
		Marpa::Semantics.3 \
		Marpa::Support.3 \
		Marpa::Tracing.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+=	p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif

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


1.5
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/p5-Marpa/Makefile 300896 2012-07-14 13:54:48Z beat $
d24 1
a24 1
PERL_CONFIGURE=	5.10.0+
@


1.4
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d24 1
a24 1
PERL_CONFIGURE=	yes
d41 7
a47 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 0.208

Changes:	http://search.cpan.org/dist/Marpa/Changes
Feature safe:	yes
@
text
@d24 1
a24 1
PERL_CONFIGURE=	5.10.0+
d41 1
a41 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+=	p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif

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


1.1
log
@- Add p5-Marpa 0.206

Marpa parses any language whose grammar can be written in BNF. That includes
recursive grammars, ambiguous grammars, infinitely ambiguous grammars and
grammars with useless or empty productions.

WWW: http://search.cpan.org/dist/Marpa/

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.206
d12 1
@

