aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-String/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IO-String/Makefile')
-rw-r--r--devel/p5-IO-String/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile
new file mode 100644
index 000000000000..16c04b02fac3
--- /dev/null
+++ b/devel/p5-IO-String/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-IO-String
+# Date created: 13 March 2001
+# Whom: Johann Visagie <johann@egenetics.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= IO-String
+PORTVERSION= 1.01
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= IO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= johann@egenetics.com
+
+PERL_CONFIGURE= YES
+
+MAN3= IO::String.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>