# $NetBSD: Makefile,v 1.30 2023/07/06 09:40:54 wiz Exp $ DISTNAME= Math-Prime-Util-0.73 PKGNAME= p5-${DISTNAME} PKGREVISION= 5 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"