pkgsrc/math/p5-Math-Complex/Makefile
2019-08-11 13:17:48 +00:00

18 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/08/11 13:21:47 wiz Exp $
#
DISTNAME= Math-Complex-1.59
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/release/ZEFRAM/Math-Complex-1.59/lib/Math/Complex.pm
COMMENT= Complex numbers and associated mathematical functions
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"