diff options
Diffstat (limited to 'math/p5-CAD-Calc/Makefile')
-rw-r--r-- | math/p5-CAD-Calc/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/math/p5-CAD-Calc/Makefile b/math/p5-CAD-Calc/Makefile index 8507d099a0c1..aa486a188c73 100644 --- a/math/p5-CAD-Calc/Makefile +++ b/math/p5-CAD-Calc/Makefile @@ -8,12 +8,15 @@ CATEGORIES= math graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Generic cad-related geometry calculations -BUILD_DEPENDS= p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Math-Geometry-Planar-Offset>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset \ p5-Math-Round-Var>=0:${PORTSDIR}/math/p5-Math-Round-Var \ - p5-Math-Geometry-Planar-Offset>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset + p5-Math-Vec>=0:${PORTSDIR}/math/p5-Math-Vec RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |