diff options
Diffstat (limited to 'math/p5-Math-Polygon/Makefile')
-rw-r--r-- | math/p5-Math-Polygon/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/math/p5-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index ec3053923bec..26ed3152b232 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -1,5 +1,6 @@ PORTNAME= Math-Polygon -PORTVERSION= 1.11 +PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +12,13 @@ WWW= https://metacpan.org/release/Math-Polygon LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes +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 +NO_ARCH= yes + .include <bsd.port.mk> |