1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/math/p5-MatrixReal/Makefile
Aaron Dalton b31c1b1b8e - Update from v1.9 to v2.01
- Update pkg-descr

PR:		ports/98326
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:12:14 +00:00

23 lines
517 B
Makefile

# Ports collection Makefile for: Math-MatrixReal
# Date Created: Aug 14 1997
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
#
# $FreeBSD$
PORTNAME= MatrixReal
PORTVERSION= 2.01
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>