aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Locale-Maketext
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-13 14:53:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-13 14:53:57 +0000
commit84efb7fc29a0412a496f6e1453c05236392d4c64 (patch)
tree30504e56f1434e3e11e647f6bc562f0f9fd629bf /devel/p5-Locale-Maketext
parent22653073d7da570c4ae797a261bae28ec3837c95 (diff)
downloadports-84efb7fc29a0412a496f6e1453c05236392d4c64.tar.gz
ports-84efb7fc29a0412a496f6e1453c05236392d4c64.zip
- Fix dependency
- Bump PORTREVISION PR: leeym Approved by: mat (implicit)
Notes
Notes: svn path=/head/; revision=208957
Diffstat (limited to 'devel/p5-Locale-Maketext')
-rw-r--r--devel/p5-Locale-Maketext/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-Locale-Maketext/Makefile b/devel/p5-Locale-Maketext/Makefile
index 3be56ba12148..a7d5061d8dee 100644
--- a/devel/p5-Locale-Maketext/Makefile
+++ b/devel/p5-Locale-Maketext/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Locale-Maketext
PORTVERSION= 1.12
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,12 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= A framework for software localization and inheritance-based lexicons
-BUILD_DEPENDS= ${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= YES
MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500805
+RUN_DEPENDS+= p5-I18N-LangTags>=0.30:${PORTSDIR}/misc/p5-I18N-LangTags
+.endif
+
+.include <bsd.port.post.mk>