1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-09 03:42:56 +00:00
parent 25b87a1727
commit 7594c50183
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353416
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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/