1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use real PORTVERSION of devel/p5-Parse-RecDescent

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-04-06 14:43:14 +00:00
parent 4a1b8dc7c1
commit ac34378754
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498107
15 changed files with 30 additions and 24 deletions

View File

@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Date-Manip>=5.44:devel/p5-Date-Manip \
p5-MooseX-FollowPBP>=0.04:devel/p5-MooseX-FollowPBP \
p5-MooseX-Types>=0.10:devel/p5-MooseX-Types \
p5-Params-Coerce>=0.14:devel/p5-Params-Coerce \
p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \
p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent \
p5-Text-CSV_XS>=0.32:textproc/p5-Text-CSV_XS \
p5-URI>=1.35:net/p5-URI
TEST_DEPENDS= p5-Test-Exception>=0.26:devel/p5-Test-Exception

View File

@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Carp-Clan>=0:devel/p5-Carp-Clan \
p5-JSON>=2:converters/p5-JSON \
p5-Moo>=1.000003:devel/p5-Moo \
p5-Package-Variant>=1.001001:devel/p5-Package-Variant \
p5-Parse-RecDescent>=1.967.009:devel/p5-Parse-RecDescent \
p5-Parse-RecDescent>=1.967009:devel/p5-Parse-RecDescent \
p5-Spreadsheet-ParseExcel>=0.41:textproc/p5-Spreadsheet-ParseExcel \
p5-Template-Toolkit>=2.20:www/p5-Template-Toolkit \
p5-Text-RecordParser>=0.02:textproc/p5-Text-RecordParser \
@ -36,11 +36,12 @@ TEST_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
OPTIONS_DEFINE= DIAGRAM
DIAGRAM_DESC= Diagram generation support
NO_ARCH= yes
REINPLACE_ARGS= -i ''
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
REINPLACE_ARGS= -i ''
DIAGRAM_BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \
p5-Graph>=0:math/p5-Graph \
p5-GraphViz>=0:graphics/p5-GraphViz

View File

@ -23,7 +23,7 @@ RUN_DEPENDS= p5-Carp-Assert-More>=0:devel/p5-Carp-Assert-More \
p5-Mouse>=0:devel/p5-Mouse \
p5-MouseX-NativeTraits>=0:devel/p5-MouseX-NativeTraits \
p5-MouseX-StrictConstructor>=0:devel/p5-MouseX-StrictConstructor \
p5-Parse-RecDescent>=1.90.0:devel/p5-Parse-RecDescent \
p5-Parse-RecDescent>=1.900000:devel/p5-Parse-RecDescent \
p5-Path-Tiny>=0.70:devel/p5-Path-Tiny \
p5-Pod-POM>=0:textproc/p5-Pod-POM \
p5-Regexp-Common>=0:textproc/p5-Regexp-Common \

View File

@ -15,10 +15,11 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent
p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -16,7 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
${RUN_DEPENDS}
RUN_DEPENDS= p5-Inline>=0.79:devel/p5-Inline \
p5-Parse-RecDescent>=1.967.009:devel/p5-Parse-RecDescent \
p5-Parse-RecDescent>=1.967009:devel/p5-Parse-RecDescent \
p5-Pegex>=0.58:devel/p5-Pegex
TEST_DEPENDS= p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \
p5-Test-Warn>=0.23:devel/p5-Test-Warn \

View File

@ -16,7 +16,7 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Parse-RecDescent>=1.800:devel/p5-Parse-RecDescent
RUN_DEPENDS= p5-Parse-RecDescent>=1.800000:devel/p5-Parse-RecDescent
TEST_DEPENDS= p5-Inline-Files>=0:devel/p5-Inline-Files \
p5-Test-Warn>=0.23:devel/p5-Test-Warn

View File

@ -15,7 +15,7 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Parse-RecDescent>=1.967:devel/p5-Parse-RecDescent \
RUN_DEPENDS= p5-Parse-RecDescent>=1.967000:devel/p5-Parse-RecDescent \
p5-Pod-Strip>=0:textproc/p5-Pod-Strip
TEST_DEPENDS= p5-UNIVERSAL-require>=0.11:devel/p5-UNIVERSAL-require \
p5-Test-Deep>0:devel/p5-Test-Deep

View File

@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= Parse-RecDescent
PORTVERSION= 1.967.015
PORTVERSION= 1.967015
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Recursive descent parsing framework for Perl

View File

@ -17,12 +17,13 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-File-Which>=1.09:sysutils/p5-File-Which
RUN_DEPENDS= dot:graphics/graphviz \
p5-IPC-Run>=0.60:devel/p5-IPC-Run \
p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \
p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent \
p5-XML-Twig>=3.52:textproc/p5-XML-Twig
TEST_DEPENDS= p5-Test2-Suite>=0.000030:devel/p5-Test2-Suite
NO_ARCH= yes
USES= perl5 tar:tgz
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -34,7 +34,7 @@ RUN_DEPENDS= dot:graphics/graphviz \
p5-Lingua-EN-PluralToSingular>=0.14:textproc/p5-Lingua-EN-PluralToSingular \
p5-Log-Handler>=0.84:devel/p5-Log-Handler \
p5-Moo>=2.001001:devel/p5-Moo \
p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \
p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent \
p5-Set-Array>=0.23:devel/p5-Set-Array \
p5-Text-Xslate>=1.2000:textproc/p5-Text-Xslate \
p5-Tree-DAG_Node>=1.06:devel/p5-Tree-DAG_Node \
@ -46,9 +46,10 @@ TEST_DEPENDS= p5-Test-Pod>=1.48:devel/p5-Test-Pod
OPTIONS_DEFINE= EXAMPLES
NO_ARCH= yes
USE_PERL5= configure
USES= perl5 shebangfix tar:tgz
USE_PERL5= configure
NO_ARCH= yes
PORTEXAMPLES= *

View File

@ -14,12 +14,13 @@ COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server
LICENSE= ARTPERL10
RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \
p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
p5-Authen-SASL>=0:security/p5-Authen-SASL
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= </dev/null
.include <bsd.port.mk>

View File

@ -15,10 +15,11 @@ COMMENT= Object oriented access to Cascading Style Sheets (CSS)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent
BUILD_DEPENDS= p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -17,12 +17,13 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-pushd>=0:devel/p5-File-pushd \
p5-Getopt-Lucid>=0.14:textproc/p5-Getopt-Lucid \
p5-IO-String>=1.06:devel/p5-IO-String \
p5-Parse-RecDescent>=1.967.006:devel/p5-Parse-RecDescent
p5-Parse-RecDescent>=1.967006:devel/p5-Parse-RecDescent
TEST_DEPENDS= p5-IPC-Run3>=0.033:devel/p5-IPC-Run3 \
p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -13,7 +13,7 @@ COMMENT= Perl extension for formatting text with Hatena Style
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \
p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \
p5-Regexp-Assemble>=0.28:devel/p5-Regexp-Assemble
TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base

View File

@ -12,7 +12,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= SAX2 handler for generate a Html documentation from a DTD
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Parse-RecDescent>=1.94:devel/p5-Parse-RecDescent \
RUN_DEPENDS= p5-Parse-RecDescent>=1.940000:devel/p5-Parse-RecDescent \
p5-HTML-Template>=2.8:www/p5-HTML-Template \
p5-XML-Parser>=2.3:textproc/p5-XML-Parser \
p5-XML-SAX-Expat>=0.37:textproc/p5-XML-SAX-Expat \