freebsd-ports/math/p5-MatrixReal/Makefile

24 lines
565 B
Makefile
Raw Normal View History

# 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$
PORTNAME= MatrixReal
PORTVERSION= 1.3a5
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
DISTNAME= Math-${PORTNAME}-${PORTVERSION}
MAINTAINER= sander@haldjas.folklore.ee
2003-02-21 13:51:06 +01:00
COMMENT= A perl module implementing a Matrix of Reals
PERL_CONFIGURE= YES
1998-08-23 06:00:48 +02:00
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Math::MatrixReal.3 Math::Kleene.3
.include <bsd.port.mk>