pkgsrc/math/p5-Math-Prime-Util/Makefile
2020-08-31 18:06:29 +00:00

22 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.27 2020/08/31 18:10:15 wiz Exp $
DISTNAME= Math-Prime-Util-0.73
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Math-Prime-Util
COMMENT= Perl5 utilities related to prime numbers
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Bytes-Random-Secure>=0.23:../../security/p5-Bytes-Random-Secure
REPLACE_PERL+= bin/factor.pl bin/primes.pl
PERL5_PACKLIST= auto/Math/Prime/Util/.packlist
USE_LANGUAGES+= c
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"