aboutsummaryrefslogblamecommitdiff
path: root/math/p5-Math-Matrix/Makefile
blob: 74189aac3b413032c655dac6b4e6f525c9e0cc2b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                               
           

                           
                    
                          
                    


                                
                                                    
 


                            

                         
 

                   
                      
# 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>