1997-11-24 01:47:51 +01:00
|
|
|
# Ports collection Makefile for: Math-MatrixReal
|
|
|
|
# Date Created: Aug 14 1997
|
|
|
|
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
|
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-11-24 01:47:51 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PORTNAME= MatrixReal
|
2011-11-06 04:07:31 +01:00
|
|
|
PORTVERSION= 2.09
|
2001-03-01 07:39:18 +01:00
|
|
|
CATEGORIES= math perl5
|
2008-01-31 03:35:35 +01:00
|
|
|
MASTER_SITES= CPAN
|
1997-11-24 01:47:51 +01:00
|
|
|
MASTER_SITE_SUBDIR= Math
|
2001-03-01 07:39:18 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= Math-${PORTNAME}-${PORTVERSION}
|
1997-11-24 01:47:51 +01:00
|
|
|
|
2007-03-14 09:22:36 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= A perl module implementing a Matrix of Reals
|
1997-11-24 01:47:51 +01:00
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-04-19 08:09:30 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-01-05 22:55:02 +01:00
|
|
|
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
1997-11-24 01:47:51 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
MAN3= Math::MatrixReal.3 Math::Kleene.3
|
1997-11-24 01:47:51 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|