diff options
author | Michael Haro <mharo@FreeBSD.org> | 2003-08-04 01:01:36 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2003-08-04 01:01:36 +0000 |
commit | 43375d0579f2d859412c66ee30dd4e0a1482d38c (patch) | |
tree | ffef62c37fb0379a75f0d4d5ccb90c9f76cfac83 /devel/p5-IO-String | |
parent | Fix 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/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-IO-String/pkg-descr | 2 |
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> |