- Remove (RUN|BUILD)_DEPENDS since it is only needed for testing

- Add TEST_DEPENDS with devel/p5-File-Slurp
- Add WWW line to pkg-descr
- Bump PORTREVISION

Submitted by:	az (via private email)
This commit is contained in:
Thomas Abthorpe 2015-01-13 17:07:25 +00:00
parent b17186411f
commit 5ca20c74be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376972
2 changed files with 6 additions and 4 deletions

View file

@ -2,6 +2,7 @@
PORTNAME= Locale-PO
PORTVERSION= 0.27
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -12,12 +13,11 @@ 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 <bsd.port.mk>

View file

@ -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/