1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/misc/p5-Locale-Msgcat/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

20 lines
613 B
Plaintext

This is Msgcat, a small Perl modules for systems which support the XPG4
message catalog functions : catopen(3), catgets(3) and catclose(4).
You need perl 5.004 or later to use this library.
You install the library by running these commands:
perl Makefile.PL
make
make test
make install
Please report any bugs/suggestions to Christophe Wolfhugel <wolf@pasteur.fr>.
All files contained in this installation are Copyright (C) 1997 C. Wolfhugel
unless otherwise specified. All rights reserved.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.