mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
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/ PR: ports/130322 Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
This commit is contained in:
parent
b718421938
commit
1408ffa652
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225576
@ -1463,6 +1463,7 @@
|
||||
SUBDIR += p5-List-Permutor
|
||||
SUBDIR += p5-List-PowerSet
|
||||
SUBDIR += p5-List-Rotation-Cycle
|
||||
SUBDIR += p5-List-Uniq
|
||||
SUBDIR += p5-Locale-Maketext
|
||||
SUBDIR += p5-Locale-Maketext-Fuzzy
|
||||
SUBDIR += p5-Locale-Maketext-Gettext
|
||||
|
21
devel/p5-List-Uniq/Makefile
Normal file
21
devel/p5-List-Uniq/Makefile
Normal file
@ -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>
|
3
devel/p5-List-Uniq/distinfo
Normal file
3
devel/p5-List-Uniq/distinfo
Normal file
@ -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
|
5
devel/p5-List-Uniq/pkg-descr
Normal file
5
devel/p5-List-Uniq/pkg-descr
Normal file
@ -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/
|
5
devel/p5-List-Uniq/pkg-plist
Normal file
5
devel/p5-List-Uniq/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user