aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IO-String/Makefile1
-rw-r--r--devel/p5-IO-String/pkg-descr2
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile
index 0d70f484907d..02b06fb743cb 100644
--- a/devel/p5-IO-String/Makefile
+++ b/devel/p5-IO-String/Makefile
@@ -18,6 +18,5 @@ COMMENT= Simplified Perl5 module to handle I/O on in-core strings
PERL_CONFIGURE= yes
MAN3= IO::String.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/devel/p5-IO-String/pkg-descr b/devel/p5-IO-String/pkg-descr
index 4423f2195e0e..fac5d22ce3e7 100644
--- a/devel/p5-IO-String/pkg-descr
+++ b/devel/p5-IO-String/pkg-descr
@@ -3,6 +3,8 @@ from or writes data to in-core strings. It is essentially a simplification
of parts of the IO-stringy collection of modules. As such, IO::String is a
replacement for IO::Scalar.
+WWW: http://search.cpan.org/dist/IO-String/
+
Author: Gisle Aas <gisle@aas.no>
-- Johann Visagie <johann@egenetics.com>