freebsd-ports/devel/p5-Sort-Array/Makefile
Jean-Yves Lefort 852c9a9497 Add p5-Sort-Array.
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>
2005-07-11 07:55:31 +00:00

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>