1997-11-24 00:47:51 +00:00
|
|
|
# Ports collection Makefile for: Math-MatrixReal
|
|
|
|
# Date Created: Aug 14 1997
|
|
|
|
# Whom: Sander Vesik <sander@haldjas.folklore.ee>
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1997-11-24 00:47:51 +00:00
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= MatrixReal
|
2000-04-23 12:25:12 +00:00
|
|
|
PORTVERSION= 1.3a5
|
1997-11-24 00:47:51 +00:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Math
|
2000-04-14 07:20:58 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= Math-${PORTNAME}-${PORTVERSION}
|
1997-11-24 00:47:51 +00:00
|
|
|
|
|
|
|
MAINTAINER= sander@haldjas.folklore.ee
|
|
|
|
|
1997-11-25 08:14:01 +00:00
|
|
|
USE_PERL5= YES
|
1997-11-24 00:47:51 +00:00
|
|
|
|
1998-08-23 04:00:48 +00:00
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1997-11-24 00:47:51 +00:00
|
|
|
MAN3= Math::MatrixReal.3 Math::Kleene.3
|
|
|
|
|
|
|
|
do-configure:
|
1998-09-15 21:31:59 +00:00
|
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
1997-11-24 00:47:51 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|