Index: head/devel/p5-Locale-PO/Makefile =================================================================== --- head/devel/p5-Locale-PO/Makefile (revision 376971) +++ head/devel/p5-Locale-PO/Makefile (revision 376972) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= Locale-PO PORTVERSION= 0.27 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Perl module for manipulating .po entries from GNU gettext LICENSE= ART10 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp + USES= perl5 USE_PERL5= configure CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} - -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes .include Index: head/devel/p5-Locale-PO/pkg-descr =================================================================== --- head/devel/p5-Locale-PO/pkg-descr (revision 376971) +++ head/devel/p5-Locale-PO/pkg-descr (revision 376972) @@ -1,3 +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. + +WWW: http://search.cpan.org/dist/Locale-PO/