pkgsrc/devel/p5-Scalar-List-Utils/Makefile
wiz 5b569bea69 Updated p5-Scalar-List-Utils to 1.47.
1.47 -- 2016/12/22 18:54:45
	[CHANGES]
	 * Make XS code ppport.h-free when in core

	[BUGFIXES]
	 * Fix compliling on C++11
	 * Perform taint checks using $^X instead of some %ENV key because of
	   the Test::Simple vars (RT119169)
2016-12-30 00:51:29 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.39 2016/12/30 00:51:29 wiz Exp $
DISTNAME= Scalar-List-Utils-1.47
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"