pkgsrc/math/p5-Math-MatrixReal/Makefile

18 lines
474 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:05 grant Exp $
DISTNAME= Math-MatrixReal-1.3a5
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mmr
PKGREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
2003-07-17 23:41:05 +02:00
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl module for performing operations on real matrices
2004-04-27 23:26:08 +02:00
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/MatrixReal/.packlist
2002-10-28 01:05:42 +01:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"