ports/math/p5-Math-Matrix/Makefile

17 lines
312 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Matrix
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Multiply and invert matrices in Perl
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>