summaryrefslogtreecommitdiff
path: root/math/p5-MatrixReal/Makefile
blob: 4da4cf1b47537ef4c709820067d34d68eb84b958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection Makefile for:	Math-MatrixReal
# Version Required:			1.2
# Date Created:				Aug 14 1997
# Whom:					Sander Vesik <sander@haldjas.folklore.ee>
#
# $Id: Makefile,v 1.1.1.1 1997/11/24 00:47:50 fenner Exp $

DISTNAME=		Math-MatrixReal-1.2
PKGNAME=		p5-MatrixReal-1.2
CATEGORIES=		math perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Math

MAINTAINER=	sander@haldjas.folklore.ee

USE_PERL5=	YES

MANPREFIX=	${PREFIX}/lib/perl5
MAN3=	Math::MatrixReal.3 Math::Kleene.3

do-configure:
	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

.include <bsd.port.mk>