mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add p5-List-Compare 0.31, perl extension for comparing lists.
PR: ports/73033 Submitted by: marck
This commit is contained in:
parent
74398509f9
commit
4e10212d4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120138
@ -306,6 +306,7 @@
|
||||
SUBDIR += p5-I18N-Charset
|
||||
SUBDIR += p5-I18N-LangTags
|
||||
SUBDIR += p5-LEGO-RCX
|
||||
SUBDIR += p5-List-Compare
|
||||
SUBDIR += p5-Locale-Codes
|
||||
SUBDIR += p5-Locale-Msgcat
|
||||
SUBDIR += p5-Locale-SubCountry
|
||||
|
34
misc/p5-List-Compare/Makefile
Normal file
34
misc/p5-List-Compare/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: p5-List-Compare
|
||||
# Date created: 23 Oct 2004
|
||||
# Whom: Dmitry Morozovsky <marck@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= List-Compare
|
||||
PORTVERSION= 0.31
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= List
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= marck@FreeBSD.org
|
||||
COMMENT= Perl extension for comparing lists
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= List::Compare.3 \
|
||||
List::Compare::Base::_Auxiliary.3 \
|
||||
List::Compare::Base::_Engine.3 \
|
||||
List::Compare::Functional.3
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= Changes README
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/p5-List-Compare/distinfo
Normal file
2
misc/p5-List-Compare/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (List-Compare-0.31.tar.gz) = d30f0e991304030e328dfdeebb98dd92
|
||||
SIZE (List-Compare-0.31.tar.gz) = 190495
|
7
misc/p5-List-Compare/pkg-descr
Normal file
7
misc/p5-List-Compare/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
List::Compare is a Perl module which allows you to compare lists.
|
||||
|
||||
More than two lists can be compared, in either full or accelerated way,
|
||||
via both array/list and hash references, and, finally, via both
|
||||
object-oriented and functional call style.
|
||||
|
||||
WWW: http://search.cpan.org/dist/List-Compare/
|
10
misc/p5-List-Compare/pkg-plist
Normal file
10
misc/p5-List-Compare/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/List/Compare.pm
|
||||
%%SITE_PERL%%/List/Compare/Base/_Auxiliary.pm
|
||||
%%SITE_PERL%%/List/Compare/Base/_Engine.pm
|
||||
%%SITE_PERL%%/List/Compare/Functional.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Compare/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Compare
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/List 2>/dev/null || true
|
||||
@dirrm %%SITE_PERL%%/List/Compare/Base
|
||||
@dirrm %%SITE_PERL%%/List/Compare
|
||||
@unexec rmdir %D/%%SITE_PERL%%/List 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user