diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-27 01:47:48 +0000 |
commit | d60cc03b253bf72e5157ae700d5fe527258a540e (patch) | |
tree | 0c58e3fd05dc63ad22162f4f98794e7852d46b90 /math/p5-Math-BigInt-Pari | |
parent | 4cf6611dc57c1a034ee9c9ebcd5c645cf09ccbf9 (diff) |
Notes
Diffstat (limited to 'math/p5-Math-BigInt-Pari')
-rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-BigInt-Pari/pkg-plist | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 4808403b1cf5..abb9be6d8bd9 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-BigInt-Pari PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= andrey@kostenko.name COMMENT= Use Math::Pari for Math::BigInt routines -RUN_DEPENDS= p5-Math-BigInt>=1.87:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari +RUN_DEPENDS= p5-Math-Pari>=2.010709:${PORTSDIR}/math/p5-Math-Pari PERL_CONFIGURE= yes diff --git a/math/p5-Math-BigInt-Pari/pkg-plist b/math/p5-Math-BigInt-Pari/pkg-plist index ed803a391c18..6e08ef06b8ff 100644 --- a/math/p5-Math-BigInt-Pari/pkg-plist +++ b/math/p5-Math-BigInt-Pari/pkg-plist @@ -1,4 +1,7 @@ @comment $FreeBSD$ %%SITE_PERL%%/Math/BigInt/Pari.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/Pari/.packlist +@dirrmtry %%SITE_PERL%%/Math/BigInt +@dirrmtry %%SITE_PERL%%/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/Pari +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt |