aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-06 18:49:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-06 18:49:56 +0000
commita4de6be18bdfccced416cf0064b3855a880e46e0 (patch)
tree8f64da90555e026bcb3c1e84ca566565c47f9b70 /devel
parent46a4d4c4cffdbc3ec96204ca632dc880d7d8e4b3 (diff)
downloadports-a4de6be18bdfccced416cf0064b3855a880e46e0.tar.gz
ports-a4de6be18bdfccced416cf0064b3855a880e46e0.zip
- Add LICENSE
- Sort PLIST - Reformat pkg-descr
Notes
Notes: svn path=/head/; revision=360966
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Array-Unique/Makefile5
-rw-r--r--devel/p5-Array-Unique/pkg-descr19
-rw-r--r--devel/p5-Array-Unique/pkg-plist6
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