diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-01-15 02:11:36 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-01-15 02:11:36 +0800 |
commit | c4da1e0a82b15d5661da706eaefb75adfadefecb (patch) | |
tree | 73bfba3fb021eedffb7b16ab08c61180a5133e0a /devel/p5-Locale-PO | |
parent | b5df05e718a3927b5e707274909b42d8f7bcbcd7 (diff) | |
download | freebsd-ports-gnome-c4da1e0a82b15d5661da706eaefb75adfadefecb.tar.gz freebsd-ports-gnome-c4da1e0a82b15d5661da706eaefb75adfadefecb.tar.zst freebsd-ports-gnome-c4da1e0a82b15d5661da706eaefb75adfadefecb.zip |
- Add missing dependancy
- Bump PORTREVISION
Diffstat (limited to 'devel/p5-Locale-PO')
-rw-r--r-- | devel/p5-Locale-PO/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Locale-PO/Makefile b/devel/p5-Locale-PO/Makefile index 3c8a95bfeb1e..9d5b802803ca 100644 --- a/devel/p5-Locale-PO/Makefile +++ b/devel/p5-Locale-PO/Makefile @@ -7,6 +7,7 @@ PORTNAME= Locale-PO PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +18,9 @@ COMMENT= Perl module for manipulating .po entries from GNU gettext PERL_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} +BUILD_DEPENDS= ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp +RUN_DEPENDS= ${BUILD_DEPENDS} + MAN3= Locale::PO.3 .include <bsd.port.mk> |