2002-01-26 04:21:48 +01:00
|
|
|
# New ports collection makefile for: File::Sort
|
|
|
|
# Date created: 30 Dec 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= File-Sort
|
2002-01-28 03:19:29 +01:00
|
|
|
PORTVERSION= 1.01
|
2002-01-26 04:21:48 +01:00
|
|
|
CATEGORIES= misc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-01-26 04:21:48 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-20 16:20:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Sort a file or merge sort multiple files
|
2002-01-26 04:21:48 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= File::Sort.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|