diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-05 21:35:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-05 21:35:45 +0800 |
commit | c97a692d9c6c7b4346f2a54ecf193829ad39f1eb (patch) | |
tree | e523da4dd2322b89d63206c99e182af81ece2936 /math | |
parent | ebfd21e6937ffd58d71494e1b40c7742171b802b (diff) | |
download | freebsd-ports-gnome-c97a692d9c6c7b4346f2a54ecf193829ad39f1eb.tar.gz freebsd-ports-gnome-c97a692d9c6c7b4346f2a54ecf193829ad39f1eb.tar.zst freebsd-ports-gnome-c97a692d9c6c7b4346f2a54ecf193829ad39f1eb.zip |
Fix *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency change
PR: 218357
Submitted by: sunpoet (myself)
Approved by: wen (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random-ISAAC/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile index 357ff01c3855..cfa0518d830e 100644 --- a/math/p5-Math-Random-ISAAC/Makefile +++ b/math/p5-Math-Random-ISAAC/Makefile @@ -3,7 +3,7 @@ PORTNAME= Math-Random-ISAAC PORTVERSION= 1.004 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAWNSY @@ -12,10 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl interface to the ISAAC PRNG Algorithm -BUILD_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - p5-Math-Random-ISAAC-XS>0:math/p5-Math-Random-ISAAC-XS +BUILD_DEPENDS= p5-Math-Random-ISAAC-XS>0:math/p5-Math-Random-ISAAC-XS +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings +NO_ARCH= yes USES= perl5 USE_PERL5= configure |