2013-08-02 19:11:34 +02:00
|
|
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
2002-01-26 04:21:48 +01:00
|
|
|
# $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
|
|
|
|
2013-08-02 19:11:34 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-01-26 04:21:48 +01:00
|
|
|
|
|
|
|
MAN3= File::Sort.3
|
|
|
|
|
2013-09-20 22:50:57 +02:00
|
|
|
NO_STAGE= yes
|
2002-01-26 04:21:48 +01:00
|
|
|
.include <bsd.port.mk>
|