[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Class-Singleton

File: [cvs.NetBSD.org] / pkgsrc / devel / p5-Class-Singleton / Makefile (download)

Revision 1.24, Thu Feb 11 00:47:16 2021 UTC (2 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.23: +2 -3 lines

Update to 1.6

Upstream changes:
1.6 2020-12-02

    - Fixed confusing Changes entry about Perl's licensing terms.
      [<KENTNL@cpan.org>, CPAN RT#132843]

    - Added optional Changes testing (skipped unless AUTHOR_TESTING).

    - Reformatted Changes file as per CPAN::Changes::Spec.

    - Added optional POD coverage testing (skipped unless AUTHOR_TESTING).

    - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).

    - Made code Perl::Critic clean.

    - Added optional POD testing (skipped unless AUTHOR_TESTING).

    - Included GitHub repository URLs in metadata now that source code has been
      uploaded to GitHub (as of version 1.5).

    - Included META.json file in addition to META.yml.

    - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that
      all parameters used are supported, to save jumping through hoops to
      support earlier versions.  (This should not be a problem since
      ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above,
      that being the whole point of the new choice of minimum supported Perl
      version.)

    - Set minimum required Perl version to 5.8.1.  This is in line with the
      minimum requirement of the "Perl Toolchain".

    - Corrected typo in a comment.  [<dsteinbrunner@pobox.com>, CPAN RT#86336]

# $NetBSD: Makefile,v 1.24 2021/02/11 00:47:16 wen Exp $

DISTNAME=	Class-Singleton-1.6
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Class/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Class-Singleton
COMMENT=	Perl module to implement Singleton classes
LICENSE=	${PERL5_LICENSE}

PERL5_PACKLIST=		auto/Class/Singleton/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"