freebsd-ports/misc/p5-File-Sort/Makefile
Andrej Zverev da7af081ce - Convert to new perl framework
- Trim Makefile header
2013-08-02 17:11:34 +00:00

18 lines
333 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= File-Sort
PORTVERSION= 1.01
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Sort a file or merge sort multiple files
USES= perl5
USE_PERL5= configure
MAN3= File::Sort.3
.include <bsd.port.mk>