freebsd-ports/math/p5-MatrixReal/Makefile
2011-04-19 06:09:30 +00:00

25 lines
528 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.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_COMB= dual
LICENSE= ART20 GPLv1
PERL_CONFIGURE= YES
MAN3= Math::MatrixReal.3 Math::Kleene.3
.include <bsd.port.mk>