aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-RewritePrefix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-String-RewritePrefix/Makefile')
-rw-r--r--textproc/p5-String-RewritePrefix/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-String-RewritePrefix/Makefile b/textproc/p5-String-RewritePrefix/Makefile
new file mode 100644
index 000000000000..ec116455826c
--- /dev/null
+++ b/textproc/p5-String-RewritePrefix/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: textproc/p5-String-RewritePrefix
+# Date created: 25 July 2009
+# Whom: Bill Brinzer <bill.brinzer@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= String-RewritePrefix
+PORTVERSION= 0.004
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../../authors/id/R/RJ/RJBS/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= bill.brinzer@gmail.com
+COMMENT= Rewrite strings based on a set of known prefixes
+
+PERL_CONFIGURE= 5.6.0+
+
+MAN3= String::RewritePrefix.3
+
+.include <bsd.port.mk>