mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
a16e547694
Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52322 No response from: maintainer
23 lines
516 B
Makefile
23 lines
516 B
Makefile
# Ports collection Makefile for: Math-MatrixReal
|
|
# Date Created: Aug 14 1997
|
|
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MatrixReal
|
|
PORTVERSION= 1.9
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Math
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Math-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= sander@haldjas.folklore.ee
|
|
COMMENT= A perl module implementing a Matrix of Reals
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Math::MatrixReal.3 Math::Kleene.3
|
|
|
|
.include <bsd.port.mk>
|