mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Use = instead of +=
This commit is contained in:
parent
cae04b53f0
commit
1293ca7708
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504562
@ -17,7 +17,8 @@ TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
|
||||
|
||||
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
This module provides methods for manipulating objects that represent
|
||||
entries in a gettext po-file (untranslated and translated strings, with
|
||||
associated comments). It can load and save complete po-files.
|
||||
This module provides methods for manipulating objects that represent entries in
|
||||
a gettext po-file (untranslated and translated strings, with associated
|
||||
comments). It can load and save complete po-files.
|
||||
|
||||
WWW: https://metacpan.org/release/Locale-PO
|
||||
|
Loading…
x
Reference in New Issue
Block a user