aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Truncate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-String-Truncate/Makefile')
-rw-r--r--textproc/p5-String-Truncate/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-String-Truncate/Makefile b/textproc/p5-String-Truncate/Makefile
new file mode 100644
index 000000000000..547862b311a3
--- /dev/null
+++ b/textproc/p5-String-Truncate/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: textproc/p5-String-Truncate
+# Date created: 6 December 2009
+# Whom: Lars Thegler <lth@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= String-Truncate
+PORTVERSION= 0.102
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lth@FreeBSD.org
+COMMENT= A module for when strings are too long to be displayed in...
+
+PERL_CONFIGURE= yes
+
+MAN3= String::Truncate.3
+
+.include <bsd.port.mk>