diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:05:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:05:55 +0800 |
commit | e56a8b91041338dc02f3d8ba4afb4d9396f2d302 (patch) | |
tree | 83e7ab0749c5b13a1ae526d6f33e77119f096efc /math/p5-Math-Geometry | |
parent | 8b48e3ca779a5b48779fc15a8d5243f1845d34d4 (diff) | |
download | freebsd-ports-gnome-e56a8b91041338dc02f3d8ba4afb4d9396f2d302.tar.gz freebsd-ports-gnome-e56a8b91041338dc02f3d8ba4afb4d9396f2d302.tar.zst freebsd-ports-gnome-e56a8b91041338dc02f3d8ba4afb4d9396f2d302.zip |
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'math/p5-Math-Geometry')
-rw-r--r-- | math/p5-Math-Geometry/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-Geometry/pkg-descr | 6 | ||||
-rw-r--r-- | math/p5-Math-Geometry/pkg-plist | 3 |
3 files changed, 11 insertions, 6 deletions
diff --git a/math/p5-Math-Geometry/Makefile b/math/p5-Math-Geometry/Makefile index 3117ff02adff..3631499f0124 100644 --- a/math/p5-Math-Geometry/Makefile +++ b/math/p5-Math-Geometry/Makefile @@ -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> diff --git a/math/p5-Math-Geometry/pkg-descr b/math/p5-Math-Geometry/pkg-descr index 71c8e60b3092..4f78b0cdcc6f 100644 --- a/math/p5-Math-Geometry/pkg-descr +++ b/math/p5-Math-Geometry/pkg-descr @@ -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/ diff --git a/math/p5-Math-Geometry/pkg-plist b/math/p5-Math-Geometry/pkg-plist index 05e4aa68b2cf..ccbddcbc3353 100644 --- a/math/p5-Math-Geometry/pkg-plist +++ b/math/p5-Math-Geometry/pkg-plist @@ -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 |