852c9a9497
This extended sorting algorithm allows you to a) sort an array by ANY field number, not only the first b) find duplicates in your data-set and sort them out. WWW: http://search.cpan.org/dist/Sort-Array/ PR: ports/82968 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# New ports collection makefile for: p5-Sort-Array
|
|
# Date created: 4 Jul 2005
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sort-Array
|
|
DISTVERSION= 0.26
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Sort
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ehaupt@critical.ch
|
|
COMMENT= A powerful array sorting Perl interface
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sort::Array.3
|
|
|
|
.include <bsd.port.mk>
|