View | Details | Raw Unified | Return to bug 52322
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/math/p5-MatrixReal/Makefile,v 1.9 2003/02/21 12:44:01 knu Exp $
5
# $FreeBSD: ports/math/p5-MatrixReal/Makefile,v 1.9 2003/02/21 12:44:01 knu Exp $
6
6
7
PORTNAME=	MatrixReal
7
PORTNAME=	MatrixReal
8
PORTVERSION=	1.3a5
8
PORTVERSION=	1.9
9
CATEGORIES=	math perl5
9
CATEGORIES=	math perl5
10
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
10
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITE_SUBDIR=	Math
11
MASTER_SITE_SUBDIR=	Math
Lines 17-23 Link Here
17
17
18
PERL_CONFIGURE=	YES
18
PERL_CONFIGURE=	YES
19
19
20
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
21
MAN3=		Math::MatrixReal.3 Math::Kleene.3
20
MAN3=		Math::MatrixReal.3 Math::Kleene.3
22
21
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Math-MatrixReal-1.3a5.tar.gz) = 12217f1a62abae1353005a334390f62b
1
MD5 (Math-MatrixReal-1.9.tar.gz) = 4df6e63d0e9ff902f1af5dc430a0b483
(-)pkg-descr (+2 lines)
Lines 17-20 Link Here
17
17
18
This is Math:MatrixReal version 1.2
18
This is Math:MatrixReal version 1.2
19
19
20
WWW: http://search.cpan.org/dist/Math-MatrixReal/
21
20
-- sander
22
-- sander
(-)pkg-plist (-6 / +7 lines)
Lines 1-6 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Math/MatrixReal.pm
1
%%SITE_PERL%%/Math/Kleene.pod
2
lib/perl5/site_perl/%%PERL_VER%%/Math/Kleene.pod
2
%%SITE_PERL%%/Math/MatrixReal.pm
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/MatrixReal/.packlist
3
%%SITE_PERL%%/Math/funcs.pl
4
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/MatrixReal
4
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal/.packlist
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
5
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/MatrixReal
6
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
6
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true

Return to bug 52322