diff options
-rw-r--r-- | textproc/p5-String-Scanf/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-String-Scanf/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-String-Scanf/Makefile b/textproc/p5-String-Scanf/Makefile index d2bc40531dcb..a770e0d4db6c 100644 --- a/textproc/p5-String-Scanf/Makefile +++ b/textproc/p5-String-Scanf/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= String PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Emulates the sscanf() of the C stdio library +COMMENT= Emulates the sscanf() of the C stdio library PERL_CONFIGURE= yes diff --git a/textproc/p5-String-Scanf/pkg-descr b/textproc/p5-String-Scanf/pkg-descr index 9edbf201e026..c2b402ca2d3f 100644 --- a/textproc/p5-String-Scanf/pkg-descr +++ b/textproc/p5-String-Scanf/pkg-descr @@ -2,6 +2,6 @@ Perl sscanf() can be used very much like the C stdio sscanf(), for detailed sscanf() documentation please refer to your usual documentation resources. The supported formats are: [diuoxefgsc] and the character class []. -WWW: http://iki.fi/jhi/ +WWW: http://search.cpan.org/dist/String-Scanf/ Seamus Venasse <svenasse@polaris.ca> |