aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-File-Sort/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-01-26 03:21:48 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-01-26 03:21:48 +0000
commit6bcf222c695c374a3a49618743a3093e6ae8c482 (patch)
treed7f6e22b1c409dd9e2352cb195737baaea65bcdd /misc/p5-File-Sort/Makefile
parent50c8478051873ff58eee3f0b04974b3761e2539d (diff)
downloadports-6bcf222c695c374a3a49618743a3093e6ae8c482.tar.gz
ports-6bcf222c695c374a3a49618743a3093e6ae8c482.zip
Add p5-File-Sort 1.00, sort a file or merge sort multiple files.
PR: 33365 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=53746
Diffstat (limited to 'misc/p5-File-Sort/Makefile')
-rw-r--r--misc/p5-File-Sort/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/p5-File-Sort/Makefile b/misc/p5-File-Sort/Makefile
new file mode 100644
index 000000000000..1c30773e32a0
--- /dev/null
+++ b/misc/p5-File-Sort/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: File::Sort
+# Date created: 30 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= File-Sort
+PORTVERSION= 1.00
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= File
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= File::Sort.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>