pkgsrc/devel/p5-Scalar-List-Utils/Makefile
mef 69c0634528 (devel/p5-Scalar-List-Utils) Updated to 1.55
1.55 -- 2020-04-09
        [CHANGES]
         * Added List::Util::uniqint
         * Improvements to List::Util::uniqnum handling of floating-point
           values on odd platform configurations (thanks sisyphus)
         * Improvements to $RAND-based unit tests
2020-04-18 13:54:33 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.49 2020/04/18 13:54:33 mef Exp $
DISTNAME= Scalar-List-Utils-1.55
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Scalar-List-Utils
COMMENT= Common Scalar and List utility subroutines
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c99
PERL5_PACKLIST= auto/List/Util/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"