From 7594c501835b8e9eea453969339eef1bc93643d8 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 May 2014 03:42:56 +0000 Subject: [PATCH] - 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> --- math/p5-CAD-Calc/Makefile | 9 ++++++--- 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 WWW: http://search.cpan.org/dist/CAD-Calc/