1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/math/p5-Math-VectorReal/Makefile
Martin Wilke 2490c3b2a5 The Math::VectorReal package defines a 3D mathematical "vector",
in a way that is compatible with the previous CPAN module
Math::MatrixReal. However it provides a more vector oriented set
of mathematical functions and overload operators, to the MatrixReal
package. For example the normal perl string functions "x" and "."
have been overloaded to allow vector cross and dot product
operations. Vector math formula thus looks like vector math formula
in perl programs using this package.

WWW:	http://search.cpan.org/dist/Math-VectorReal/

PR:		ports/134460
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-05-13 08:53:38 +00:00

22 lines
409 B
Makefile

# New ports collection makefile for: Math-VectorReal
# Date created: 11 May, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Math-VectorReal
PORTVERSION= 1.02
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl Module to handle 3D Vector Mathematics
PERL_CONFIGURE= yes
MAN3= Math::VectorReal.3
.include <bsd.port.mk>