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:
parent
000cbdaf9f
commit
e220658a79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307768
@ -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
|
||||
|
29
math/p5-Parse-Range/Makefile
Normal file
29
math/p5-Parse-Range/Makefile
Normal 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>
|
2
math/p5-Parse-Range/distinfo
Normal file
2
math/p5-Parse-Range/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Parse-Range-0.96.tar.gz) = 6ef06ca8db01a5ade311ab583d1a9bcee89b54aa417c23c2096db3d163fc005b
|
||||
SIZE (Parse-Range-0.96.tar.gz) = 6074
|
4
math/p5-Parse-Range/pkg-descr
Normal file
4
math/p5-Parse-Range/pkg-descr
Normal 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/
|
5
math/p5-Parse-Range/pkg-plist
Normal file
5
math/p5-Parse-Range/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user