aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-String/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-14 23:18:15 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-14 23:18:15 +0000
commit43d985bbf8322fae418b91a5f4ae91c64b3b54d2 (patch)
treefc5d8c9e505615beacfb82c4749cd01e6529b5a3 /devel/p5-IO-String/Makefile
parent8efdb7c230940638560b33d867452c542b69b914 (diff)
Notes
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>