diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-01-09 14:12:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-01-09 14:12:19 +0000 |
commit | 1408ffa6521f25ce35ac04f97a5eb9c4f22d546a (patch) | |
tree | 15e3c5525ae6428869fe81143de9f4903e06df4f /devel/p5-List-Uniq | |
parent | b7184219381f1c9703eacfc26515f08cd51bb69a (diff) |
Notes
Diffstat (limited to 'devel/p5-List-Uniq')
-rw-r--r-- | devel/p5-List-Uniq/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-List-Uniq/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-List-Uniq/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-List-Uniq/pkg-plist | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-List-Uniq/Makefile b/devel/p5-List-Uniq/Makefile new file mode 100644 index 000000000000..c9a193368037 --- /dev/null +++ b/devel/p5-List-Uniq/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-List-Uniq +# Date created: 2009-01-09 +# Whom: Murilo Opsfelder <mopsfelder@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= List-Uniq +PORTVERSION= 0.12 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= mopsfelder@gmail.com +COMMENT= Extract the unique elements of a list + +PERL_CONFIGURE= yes + +MAN3= List::Uniq.3 + +.include <bsd.port.mk> diff --git a/devel/p5-List-Uniq/distinfo b/devel/p5-List-Uniq/distinfo new file mode 100644 index 000000000000..8dd4ff113396 --- /dev/null +++ b/devel/p5-List-Uniq/distinfo @@ -0,0 +1,3 @@ +MD5 (List-Uniq-0.12.tar.gz) = afb38a5e514cbcba21c0b5591e6ebc8d +SHA256 (List-Uniq-0.12.tar.gz) = cba510cd1b61a83d636f908e2c9d9333a670aa1ea79ef7dc950f666fca77aaef +SIZE (List-Uniq-0.12.tar.gz) = 4981 diff --git a/devel/p5-List-Uniq/pkg-descr b/devel/p5-List-Uniq/pkg-descr new file mode 100644 index 000000000000..7dec65a87bb6 --- /dev/null +++ b/devel/p5-List-Uniq/pkg-descr @@ -0,0 +1,5 @@ +List::Uniq extracts the unique elements of a list. +This is a commonly re-written (or at least re-looked-up) +idiom in Perl programs. + +WWW: http://search.cpan.org/dist/List-Uniq/ diff --git a/devel/p5-List-Uniq/pkg-plist b/devel/p5-List-Uniq/pkg-plist new file mode 100644 index 000000000000..b58f1453db44 --- /dev/null +++ b/devel/p5-List-Uniq/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Uniq/.packlist +%%SITE_PERL%%/List/Uniq.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Uniq +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List +@dirrmtry %%SITE_PERL%%/List |