diff options
Diffstat (limited to 'math/p5-Math-Polynomial-Solve/Makefile')
-rw-r--r-- | math/p5-Math-Polynomial-Solve/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Polynomial-Solve/Makefile b/math/p5-Math-Polynomial-Solve/Makefile index fd2a3b318b09..f1e62a10284e 100644 --- a/math/p5-Math-Polynomial-Solve/Makefile +++ b/math/p5-Math-Polynomial-Solve/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.72 +PORTVERSION= 2.75 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Find the roots of polynomial equations LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Math-Utils>=1.06:math/p5-Math-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} |