freebsd-ports/math/p5-Math-Matrix/Makefile
Sunpoet Po-Chuan Hsieh e97b2e5630 Update to 0.91
- Add LICENSE
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Math-Matrix
2020-08-23 19:40:38 +00:00

21 lines
353 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Matrix
PORTVERSION= 0.91
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Multiply and invert matrices in Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>