freebsd-ports/misc/p5-File-Sort/Makefile

21 lines
360 B
Makefile
Raw Normal View History

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
2013-11-04 15:41:18 +01:00
PORTNAME= File-Sort
PORTVERSION= 1.01
PORTREVISION= 1
2013-11-04 15:41:18 +01:00
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= Sort a file or merge sort multiple files
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
2013-11-04 15:41:18 +01:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>