aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-String
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2003-08-04 09:01:36 +0800
committermharo <mharo@FreeBSD.org>2003-08-04 09:01:36 +0800
commitc5714f069a1133becca0041dbc4ea62be1b12d08 (patch)
tree12e3753540c99e261f7b886a3fb489503d4fa8b3 /devel/p5-IO-String
parentfa67fe1cde5523f231ae8594736235a86b03a1c2 (diff)
downloadfreebsd-ports-gnome-c5714f069a1133becca0041dbc4ea62be1b12d08.tar.gz
freebsd-ports-gnome-c5714f069a1133becca0041dbc4ea62be1b12d08.tar.zst
freebsd-ports-gnome-c5714f069a1133becca0041dbc4ea62be1b12d08.zip
add WWW and remove MANPREFIX as it was already set by bsd.port.mk
PR: 52157 Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'devel/p5-IO-String')
-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>