aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sort-Maker/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-12-20 06:26:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-12-20 06:26:28 +0000
commit177be7e47824265e40d2bad159d099e75ae173d4 (patch)
tree03f83060ddd92bca64c34c38a30c96b2ef1acfe7 /devel/p5-Sort-Maker/Makefile
parentf5fb853283e73e1551edbc0bf00cae9515f2b5a5 (diff)
Notes
Diffstat (limited to 'devel/p5-Sort-Maker/Makefile')
-rw-r--r--devel/p5-Sort-Maker/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-Sort-Maker/Makefile b/devel/p5-Sort-Maker/Makefile
new file mode 100644
index 000000000000..a92b1b71adb5
--- /dev/null
+++ b/devel/p5-Sort-Maker/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# Ports collection makefile for: Sort::Maker
+# Date created: Dec 20, 2006
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sort-Maker
+DISTVERSION= 0.05
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= A simple way to make efficient sort subs
+
+PERL_CONFIGURE= yes
+
+MAN3= Sort::Maker.3
+
+.include <bsd.port.mk>