diff options
author | az <az@FreeBSD.org> | 2014-01-30 18:27:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 18:27:43 +0800 |
commit | 0793d24f7199307d5e44ff918d39b39cb91400da (patch) | |
tree | 58d1120b8296dbcfcf82964ad14e9a50bf3b16be /math/p5-Math-VectorReal | |
parent | 4d6205d3122b4ddc41fd5b47b7ffbc269b930db1 (diff) | |
download | freebsd-ports-gnome-0793d24f7199307d5e44ff918d39b39cb91400da.tar.gz freebsd-ports-gnome-0793d24f7199307d5e44ff918d39b39cb91400da.tar.zst freebsd-ports-gnome-0793d24f7199307d5e44ff918d39b39cb91400da.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'math/p5-Math-VectorReal')
-rw-r--r-- | math/p5-Math-VectorReal/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-VectorReal/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-VectorReal/pkg-plist | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/math/p5-Math-VectorReal/Makefile b/math/p5-Math-VectorReal/Makefile index 04334946f79c..ad75c6217ed1 100644 --- a/math/p5-Math-VectorReal/Makefile +++ b/math/p5-Math-VectorReal/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl Module to handle 3D Vector Mathematics USES= perl5 USE_PERL5= configure -MAN3= Math::VectorReal.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-VectorReal/pkg-descr b/math/p5-Math-VectorReal/pkg-descr index 549dd231f072..76582a77bd6a 100644 --- a/math/p5-Math-VectorReal/pkg-descr +++ b/math/p5-Math-VectorReal/pkg-descr @@ -7,4 +7,4 @@ have been overloaded to allow vector cross and dot product operations. Vector math formula thus looks like vector math formula in perl programs using this package. -WWW: http://search.cpan.org/dist/Math-VectorReal/ +WWW: http://search.cpan.org/dist/Math-VectorReal/ diff --git a/math/p5-Math-VectorReal/pkg-plist b/math/p5-Math-VectorReal/pkg-plist index c3540ecf6069..3e260c107d90 100644 --- a/math/p5-Math-VectorReal/pkg-plist +++ b/math/p5-Math-VectorReal/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/Math/vector_test.pl %%SITE_PERL%%/Math/matrix_test.pl %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal/.packlist +%%PERL5_MAN3%%/Math::VectorReal.3.gz @dirrmtry %%SITE_PERL%%/Math @dirrm %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math/VectorReal @dirrmtry %%SITE_PERL%%//%%PERL_ARCH%%/auto/Math |