aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Lorem/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-02-23 22:05:58 +0000
committerSteve Wills <swills@FreeBSD.org>2012-02-23 22:05:58 +0000
commitaa3712cf61f2761830202fbaeaf91fb50861d18d (patch)
treefb0a0f3ee31405f4f9c2954787f357ded2b6c95f /textproc/p5-Text-Lorem/Makefile
parentb721679cd3e1da10195393b27c601845c1106843 (diff)
downloadports-aa3712cf61f2761830202fbaeaf91fb50861d18d.tar.gz
ports-aa3712cf61f2761830202fbaeaf91fb50861d18d.zip
Generate random Latin looking text
Notes
Notes: svn path=/head/; revision=292135
Diffstat (limited to 'textproc/p5-Text-Lorem/Makefile')
-rw-r--r--textproc/p5-Text-Lorem/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-Text-Lorem/Makefile b/textproc/p5-Text-Lorem/Makefile
new file mode 100644
index 000000000000..a0573ffe30bb
--- /dev/null
+++ b/textproc/p5-Text-Lorem/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Text-Lorem
+# Date created: 2012-02-23
+# Whom: Steve Wills <swills@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Lorem
+PORTVERSION= 0.3
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Generate random Latin looking text
+
+PERL_CONFIGURE= yes
+
+MAN1= lorem.1
+MAN3= Text::Lorem.3
+
+.include <bsd.port.mk>