aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-String-Ediff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-String-Ediff/Makefile')
-rw-r--r--devel/p5-String-Ediff/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-String-Ediff/Makefile b/devel/p5-String-Ediff/Makefile
new file mode 100644
index 000000000000..15b48fd2d3d6
--- /dev/null
+++ b/devel/p5-String-Ediff/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-String-Ediff
+# Date created: 12 May 2004
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= String-Ediff
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= String
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= Perl module to produce common sub-string indices for two strings
+
+PERL_CONFIGURE= yes
+
+MAN3= String::Ediff.3
+
+.include <bsd.port.mk>