mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
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:
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
|
@ -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
|
||||
|
|
23
textproc/p5-String-Util/Makefile
Normal file
23
textproc/p5-String-Util/Makefile
Normal 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>
|
2
textproc/p5-String-Util/distinfo
Normal file
2
textproc/p5-String-Util/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (String-Util-1.24.tar.gz) = 7bfa7db4efac1726c581d28a1b9cca73492426a055694b13c1dc1ff4ef6a8799
|
||||
SIZE (String-Util-1.24.tar.gz) = 17697
|
4
textproc/p5-String-Util/pkg-descr
Normal file
4
textproc/p5-String-Util/pkg-descr
Normal 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/
|
3
textproc/p5-String-Util/pkg-plist
Normal file
3
textproc/p5-String-Util/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PERL5_MAN3%%/String::Util.3.gz
|
||||
%%SITE_PERL%%/String/Util.pm
|
||||
%%SITE_PERL%%/String/Util.pod
|
Loading…
Add table
Reference in a new issue