diff options
Diffstat (limited to 'math/p5-Math-Polygon/Makefile')
-rw-r--r-- | math/p5-Math-Polygon/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index ec3053923bec..fdc8352ff1c4 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -1,5 +1,5 @@ PORTNAME= Math-Polygon -PORTVERSION= 1.11 +PORTVERSION= 2.00 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,11 @@ WWW= https://metacpan.org/release/Math-Polygon LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes +TEST_DEPENDS= p5-Log-Report>0:devel/p5-Log-Report + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |