String::Util provides a collection of small, handy utilities for

processing strings.

WWW: http://search.cpan.org/dist/String-Util/
This commit is contained in:
Jun Kuriyama 2015-07-21 10:07:22 +00:00
parent c2ed9db4e7
commit dd26693064
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392619
5 changed files with 33 additions and 0 deletions

View file

@ -758,6 +758,7 @@
SUBDIR += p5-String-Tokenizer
SUBDIR += p5-String-Truncate
SUBDIR += p5-String-Urandom
SUBDIR += p5-String-Util
SUBDIR += p5-Syntax-Highlight-Engine-Kate
SUBDIR += p5-Syntax-Highlight-Perl-Improved
SUBDIR += p5-TOML

View file

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= String-Util
PORTVERSION= 1.24
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for string processing utilities
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= \
p5-Number-Misc>=0:${PORTSDIR}/math/p5-Number-Misc
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (String-Util-1.24.tar.gz) = 7bfa7db4efac1726c581d28a1b9cca73492426a055694b13c1dc1ff4ef6a8799
SIZE (String-Util-1.24.tar.gz) = 17697

View file

@ -0,0 +1,4 @@
String::Util provides a collection of small, handy utilities for
processing strings.
WWW: http://search.cpan.org/dist/String-Util/

View file

@ -0,0 +1,3 @@
%%PERL5_MAN3%%/String::Util.3.gz
%%SITE_PERL%%/String/Util.pm
%%SITE_PERL%%/String/Util.pod