diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:04:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:04:30 +0800 |
commit | 8af153e8beb0e1cd0da196c42f3d7153cfd3d717 (patch) | |
tree | 0adb0765ba894757a86f058078615fa9b683db0a /devel | |
parent | 336f7c15991451c9a8230f7ad67f2d71bc29a657 (diff) | |
download | freebsd-ports-gnome-8af153e8beb0e1cd0da196c42f3d7153cfd3d717.tar.gz freebsd-ports-gnome-8af153e8beb0e1cd0da196c42f3d7153cfd3d717.tar.zst freebsd-ports-gnome-8af153e8beb0e1cd0da196c42f3d7153cfd3d717.zip |
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Object-Array/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Object-Array/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-Object-Array/pkg-plist | 10 |
3 files changed, 14 insertions, 12 deletions
diff --git a/devel/p5-Object-Array/Makefile b/devel/p5-Object-Array/Makefile index b2e76a359285..2d97ff343906 100644 --- a/devel/p5-Object-Array/Makefile +++ b/devel/p5-Object-Array/Makefile @@ -11,12 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Array references with accessors +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/devel/p5-Object-Array/pkg-descr b/devel/p5-Object-Array/pkg-descr index eaf147e581f8..6659cea6cf7b 100644 --- a/devel/p5-Object-Array/pkg-descr +++ b/devel/p5-Object-Array/pkg-descr @@ -1,9 +1,8 @@ -Several of these methods do not behave exactly like their builtin -counterparts. +Several of these methods do not behave exactly like their builtin counterparts. -Specifically, any method that you would expect to return a list does -so, but only in list context. In scalar context, these methods will -return an Object::Array object constructed from a copy of the list -that would have been returned. +Specifically, any method that you would expect to return a list does so, but +only in list context. In scalar context, these methods will return an +Object::Array object constructed from a copy of the list that would have been +returned. WWW: http://search.cpan.org/dist/Object-Array/ diff --git a/devel/p5-Object-Array/pkg-plist b/devel/p5-Object-Array/pkg-plist index c837db096cc0..7d70426019a8 100644 --- a/devel/p5-Object-Array/pkg-plist +++ b/devel/p5-Object-Array/pkg-plist @@ -1,12 +1,12 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array/.packlist %%SITE_PERL%%/Object/Array.pm %%SITE_PERL%%/Object/Array/Plugin/Builtins.pm %%SITE_PERL%%/Object/Array/Plugin/ListMoreUtils.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array/.packlist %%PERL5_MAN3%%/Object::Array.3.gz %%PERL5_MAN3%%/Object::Array::Plugin::Builtins.3.gz %%PERL5_MAN3%%/Object::Array::Plugin::ListMoreUtils.3.gz -@dirrmtry %%SITE_PERL%%/Object/Array/Plugin -@dirrmtry %%SITE_PERL%%/Object/Array -@dirrmtry %%SITE_PERL%%/Object -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object +@dirrm %%SITE_PERL%%/Object/Array/Plugin +@dirrm %%SITE_PERL%%/Object/Array +@dirrmtry %%SITE_PERL%%/Object |