diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:42:56 +0800 |
commit | 8e9a10f2d41eaa8652e645b257cda84b8460c328 (patch) | |
tree | 10fae33bd78c3e7499a98a3694bb1055227f70fd | |
parent | 2f3b2ae16afdee230d76e31bf273897242cdeb33 (diff) | |
download | freebsd-ports-gnome-8e9a10f2d41eaa8652e645b257cda84b8460c328.tar.gz freebsd-ports-gnome-8e9a10f2d41eaa8652e645b257cda84b8460c328.tar.zst freebsd-ports-gnome-8e9a10f2d41eaa8652e645b257cda84b8460c328.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here:
- Sort *_DEPENDS
- Remove Author line
PR: ports/189311
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-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/ |