diff options
Diffstat (limited to 'math/p5-Math-Polygon/Makefile')
-rw-r--r-- | math/p5-Math-Polygon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index fdc8352ff1c4..26ed3152b232 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -1,5 +1,6 @@ PORTNAME= Math-Polygon PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +12,9 @@ WWW= https://metacpan.org/release/Math-Polygon LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -TEST_DEPENDS= p5-Log-Report>0:devel/p5-Log-Report +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Log-Report>=0:devel/p5-Log-Report +TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod USES= perl5 USE_PERL5= configure |