07cc7d1b8d
1.31 2020-07-27 10:28:07 PDT - Deprecate randcrypt() as it's not secure in 2020 - Add file_get_contents() - Make trim() unicode friendly 1.30 2020-07-23 14:29:05 PDT - Ownership transferred to Scott Baker - Removed undocumented function: spacepad() - Added a new sanitize() function - Deprecated some older functions: crunch(), fullchomp(), define(), and cellfill()
20 lines
597 B
Makefile
20 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/09/07 09:56:04 wiz Exp $
|
|
|
|
DISTNAME= String-Util-1.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BA/BAKERSCOT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/pod/String::Util
|
|
COMMENT= String processing utilities
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
TEST_DEPENDS+= p5-Test-Toolbox-[0-9]*:../../devel/p5-Test-Toolbox
|
|
|
|
PERL5_MODULE_TYPE= Module::Build::Tiny
|
|
PERL5_PACKLIST= auto/String/Util/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|