pkgsrc/math/p5-Math-Utils/Makefile
wen 02f90ced3c Update to 1.13
Upstream changes:
1.13
        30 Oct 2018
        - Add function pl_translate(), by request.
        - Turn README into README.md. With MetaCPAN replacing CPAN,
          there is no reason to have a plain-text README anymore
          (MetaCPAN doesn't treat the file as special).
        - Add a CONTRIBUTING.md file, which is becoming a thing.
        - New test file for pl_translate(), and upgrade test files
          that for some reason were still using Test::Simple to Test::More.
        - Added an :all tag. Why not.
2018-11-10 10:00:39 +00:00

16 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/11/10 10:00:39 wen Exp $
DISTNAME= Math-Utils-1.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-Utils
COMMENT= Useful mathematical functions not in Perl
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/Utils/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"