blob: 552ff37a2be58e4d946d8b4c654c1151ed7c0965 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Ports collection Makefile for: Math-MatrixReal
# Date Created: Aug 14 1997
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
#
# $FreeBSD$
PORTNAME= MatrixReal
PORTVERSION= 2.08
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
DISTNAME= Math-${PORTNAME}-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl module implementing a Matrix of Reals
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= YES
MAN3= Math::MatrixReal.3 Math::Kleene.3
.include <bsd.port.mk>
|