summaryrefslogtreecommitdiff
path: root/math/p5-Math-MatrixReal/Makefile
blob: 439ecce2178f013dc8e51686a96dd8e6363dbe28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.13 2007/02/27 09:25:29 wiz Exp $

DISTNAME=	Math-MatrixReal-2.01
PKGNAME=	p5-${DISTNAME}
SVR4_PKGNAME=	p5mmr
CATEGORIES=	math perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Math/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Math-MatrixReal/
COMMENT=	Perl module for performing operations on real matrices

PERL5_PACKLIST=		auto/Math/MatrixReal/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"