freebsd-ports/math/p5-Math-Matrix/Makefile
2013-05-21 09:54:15 +00:00

17 lines
311 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Matrix
PORTVERSION= 0.7
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Math::Matrix - multiply and invert matrices
PERL_CONFIGURE= yes
MAN3= Math::Matrix.3
.include <bsd.port.mk>