mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
431b7a0b43
commit
f51c8976dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363561
@ -10,9 +10,13 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Geometry related functions
|
||||
|
||||
RUN_DEPENDS= p5-Math-Matrix>=0:${PORTSDIR}/math/p5-Math-Matrix
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Math-Matrix>=0:${PORTSDIR}/math/p5-Math-Matrix
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
Math::Geometry implements classic geomtrical functions in Perl, it has
|
||||
an emphasis on 3 dimensional geometry including projects, rotations
|
||||
and other standard 3 dimensional operations.
|
||||
Math::Geometry implements classic geomtrical functions in Perl, it has an
|
||||
emphasis on 3 dimensional geometry including projects, rotations and other
|
||||
standard 3 dimensional operations.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Geometry/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/.packlist
|
||||
%%SITE_PERL%%/Math/Geometry.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry/.packlist
|
||||
%%PERL5_MAN3%%/Math::Geometry.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Geometry
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
Loading…
Reference in New Issue
Block a user