Index: head/devel/p5-Locale-PO/Makefile =================================================================== --- head/devel/p5-Locale-PO/Makefile (revision 504561) +++ head/devel/p5-Locale-PO/Makefile (revision 504562) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= Locale-PO PORTVERSION= 0.27 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for manipulating .po entries from GNU gettext LICENSE= ART10 GPLv1+ LICENSE_COMB= dual 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 Index: head/devel/p5-Locale-PO/pkg-descr =================================================================== --- head/devel/p5-Locale-PO/pkg-descr (revision 504561) +++ head/devel/p5-Locale-PO/pkg-descr (revision 504562) @@ -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