mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.8
- Support STAGEDIR
This commit is contained in:
parent
aae017a0ab
commit
28f8f1260f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329087
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Math-Matrix
|
PORTNAME= Math-Matrix
|
||||||
PORTVERSION= 0.7
|
PORTVERSION= 0.8
|
||||||
CATEGORIES= math perl5
|
CATEGORIES= math perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
@ -13,7 +13,4 @@ COMMENT= Math::Matrix - multiply and invert matrices
|
|||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= Math::Matrix.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (Math-Matrix-0.7.tar.gz) = 59d65767d252eabc2c2d1771fdf95a6d7b854cf57066a3897319be137c285592
|
SHA256 (Math-Matrix-0.8.tar.gz) = 74db24195672a481012230b112e97ee9b7cb8cc30e8374d852e1ffd67c9af467
|
||||||
SIZE (Math-Matrix-0.7.tar.gz) = 7477
|
SIZE (Math-Matrix-0.8.tar.gz) = 7748
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
%%SITE_PERL%%/Math/Matrix.pm
|
%%SITE_PERL%%/Math/Matrix.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix/.packlist
|
||||||
|
%%PERL5_MAN3%%/Math::Matrix.3.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Matrix
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||||
@dirrmtry %%SITE_PERL%%/Math
|
@dirrmtry %%SITE_PERL%%/Math
|
||||||
|
Loading…
Reference in New Issue
Block a user