summaryrefslogtreecommitdiff
path: root/devel/p5-IO-String
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2003-08-04 01:01:36 +0000
committerMichael Haro <mharo@FreeBSD.org>2003-08-04 01:01:36 +0000
commit43375d0579f2d859412c66ee30dd4e0a1482d38c (patch)
treeffef62c37fb0379a75f0d4d5ccb90c9f76cfac83 /devel/p5-IO-String
parentFix remote denial-of-service bug in address parser. (diff)
add WWW and remove MANPREFIX as it was already set by bsd.port.mk
PR: 52157 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=86249
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>