diff --git a/textproc/Makefile b/textproc/Makefile index 51d3adf3e35e..1fb8e3ff558d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-String-Util/Makefile b/textproc/p5-String-Util/Makefile new file mode 100644 index 000000000000..d70161453c09 --- /dev/null +++ b/textproc/p5-String-Util/Makefile @@ -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 diff --git a/textproc/p5-String-Util/distinfo b/textproc/p5-String-Util/distinfo new file mode 100644 index 000000000000..cefcf1a6ff5e --- /dev/null +++ b/textproc/p5-String-Util/distinfo @@ -0,0 +1,2 @@ +SHA256 (String-Util-1.24.tar.gz) = 7bfa7db4efac1726c581d28a1b9cca73492426a055694b13c1dc1ff4ef6a8799 +SIZE (String-Util-1.24.tar.gz) = 17697 diff --git a/textproc/p5-String-Util/pkg-descr b/textproc/p5-String-Util/pkg-descr new file mode 100644 index 000000000000..b4628114fa61 --- /dev/null +++ b/textproc/p5-String-Util/pkg-descr @@ -0,0 +1,4 @@ +String::Util provides a collection of small, handy utilities for +processing strings. + +WWW: http://search.cpan.org/dist/String-Util/ diff --git a/textproc/p5-String-Util/pkg-plist b/textproc/p5-String-Util/pkg-plist new file mode 100644 index 000000000000..c0b9c55a8ec4 --- /dev/null +++ b/textproc/p5-String-Util/pkg-plist @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/String::Util.3.gz +%%SITE_PERL%%/String/Util.pm +%%SITE_PERL%%/String/Util.pod