diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:42:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:42:56 +0000 |
commit | 7594c501835b8e9eea453969339eef1bc93643d8 (patch) | |
tree | 10fae33bd78c3e7499a98a3694bb1055227f70fd /math/p5-CAD-Calc | |
parent | 25b87a17278a5ae6c53bdd36e95bf6d76b0bcf16 (diff) |
Notes
Diffstat (limited to 'math/p5-CAD-Calc')
-rw-r--r-- | math/p5-CAD-Calc/Makefile | 9 | ||||
-rw-r--r-- | math/p5-CAD-Calc/pkg-descr | 1 |
2 files changed, 6 insertions, 4 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 diff --git a/math/p5-CAD-Calc/pkg-descr b/math/p5-CAD-Calc/pkg-descr index 6fbe365d8724..0a25066f1cc9 100644 --- a/math/p5-CAD-Calc/pkg-descr +++ b/math/p5-CAD-Calc/pkg-descr @@ -1,4 +1,3 @@ A library of generic CAD-related geometry calculations. -Author: Eric L. Wilhelm <ewilhelm at cpan dot org> WWW: http://search.cpan.org/dist/CAD-Calc/ |