This module parses range definitions and returns

an array of individual numbers.

WWW: http://search.cpan.org/dist/Parse-Range/

PR:		ports/173280
Submitted by:	pauls@utdallas.edu
Feature safe:	yes
This commit is contained in:
Philippe Audeoud 2012-11-26 09:35:49 +00:00
parent 000cbdaf9f
commit e220658a79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307768
5 changed files with 41 additions and 0 deletions

View File

@ -470,6 +470,7 @@
SUBDIR += p5-Number-Uncertainty
SUBDIR += p5-Number-WithError
SUBDIR += p5-Number-WithError-LaTeX
SUBDIR += p5-Parse-Range
SUBDIR += p5-Roman
SUBDIR += p5-Set-IntSpan
SUBDIR += p5-Set-IntSpan-Fast

View File

@ -0,0 +1,29 @@
# Created by: pauls@utdallas.edu
# $FreeBSD$
PORTNAME= Parse-Range
PORTVERSION= 0.96
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERLER
PKGNAMEPREFIX= p5-
MAINTAINER= pauls@utdallas.edu
COMMENT= Parses range definitions and returns an array
LICENSE= ART10 BSD
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Module-Build>=0.4:${PORTSDIR}/devel/p5-Module-Build \
p5-ExtUtils-MakeMaker>=6.6:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
p5-List-MoreUtils>=0.3:${PORTSDIR}/lang/p5-List-MoreUtils
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Parse::Range.3
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Parse-Range-0.96.tar.gz) = 6ef06ca8db01a5ade311ab583d1a9bcee89b54aa417c23c2096db3d163fc005b
SIZE (Parse-Range-0.96.tar.gz) = 6074

View File

@ -0,0 +1,4 @@
This module parses range definitions and returns
an array of individual numbers.
WWW: http://search.cpan.org/dist/Parse-Range/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Parse/Range.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse
@dirrm %%SITE_PERL%%/Parse