pkgsrc/math/p5-Math-Round/Makefile
wiz c50855519a p5-Math-Round: update to 0.08.
0.08  2023-10-10 NEILB
    - NEILB has taken over maintenance
    - Added usual directory structure with lib/ and t/
    - Converted test.pl to traditional Test::More suite
    - Added LICENSE to doc and ensured metadata has license.
      I emailed Geoffrey to request this change, and ended
      up getting co-maint to make this happen :-)
    - Dropped `use vars`, replaced with `our` and `use warnings`.
    - Switched to dzil
2024-01-04 10:55:57 +00:00

15 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.19 2024/01/04 10:55:57 wiz Exp $
DISTNAME= Math-Round-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Math-Round
COMMENT= Perl extension for rounding numbers
PERL5_PACKLIST= auto/Math/Round/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"