diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:49:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:49:56 +0800 |
commit | 4085e6735a877bddab22248b8e2a6624c8f41ea9 (patch) | |
tree | 8f64da90555e026bcb3c1e84ca566565c47f9b70 /devel | |
parent | 47f4a3c0dfe107fadb4d1216bba788731950230b (diff) | |
download | freebsd-ports-gnome-4085e6735a877bddab22248b8e2a6624c8f41ea9.tar.gz freebsd-ports-gnome-4085e6735a877bddab22248b8e2a6624c8f41ea9.tar.zst freebsd-ports-gnome-4085e6735a877bddab22248b8e2a6624c8f41ea9.zip |
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Array-Unique/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Array-Unique/pkg-descr | 19 | ||||
-rw-r--r-- | devel/p5-Array-Unique/pkg-plist | 6 |
3 files changed, 16 insertions, 14 deletions
diff --git a/devel/p5-Array-Unique/Makefile b/devel/p5-Array-Unique/Makefile index cea8d6536826..da76ebfe067b 100644 --- a/devel/p5-Array-Unique/Makefile +++ b/devel/p5-Array-Unique/Makefile @@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tie-able array that allows only unique values -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/devel/p5-Array-Unique/pkg-descr b/devel/p5-Array-Unique/pkg-descr index 37c0a1934fc8..807c717cbe79 100644 --- a/devel/p5-Array-Unique/pkg-descr +++ b/devel/p5-Array-Unique/pkg-descr @@ -1,16 +1,15 @@ -This package lets you create an array which will allow only one -occurrence of any value. +This package lets you create an array which will allow only one occurrence of +any value. -In other words no matter how many times you put in 42 it will keep -only the first occurrence and the rest will be dropped. +In other words no matter how many times you put in 42 it will keep only the +first occurrence and the rest will be dropped. -You use the module via tie and once you tied your array to this -module it will behave correctly. +You use the module via tie and once you tied your array to this module it will +behave correctly. -Uniqueness is checked with the 'eq' operator so among other things it -is case sensitive. +Uniqueness is checked with the 'eq' operator so among other things it is case +sensitive. -As a side effect the module does not allow undef as a value in the -array. +As a side effect the module does not allow undef as a value in the array. WWW: http://search.cpan.org/dist/Array-Unique/ diff --git a/devel/p5-Array-Unique/pkg-plist b/devel/p5-Array-Unique/pkg-plist index eda546cd9786..a1ae855cfc6e 100644 --- a/devel/p5-Array-Unique/pkg-plist +++ b/devel/p5-Array-Unique/pkg-plist @@ -1,6 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique/.packlist %%SITE_PERL%%/Array/Unique.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique/.packlist %%PERL5_MAN3%%/Array::Unique.3.gz -@dirrmtry %%SITE_PERL%%/Array -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array +@dirrmtry %%SITE_PERL%%/Array |