diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-02 19:57:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-02 19:57:13 +0000 |
commit | 2b4fce87bf725a4c03ccc8440d224cfb63b45a58 (patch) | |
tree | c0b76989ab391924465f74cd2c2777444d35b9bf /www/p5-Catalyst-Plugin-I18N/Makefile | |
parent | dbd82d57741a78705557dde430ea058c39ee531f (diff) | |
download | ports-2b4fce87bf725a4c03ccc8440d224cfb63b45a58.tar.gz ports-2b4fce87bf725a4c03ccc8440d224cfb63b45a58.zip |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-I18N/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-I18N/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-I18N/Makefile b/www/p5-Catalyst-Plugin-I18N/Makefile new file mode 100644 index 000000000000..e55f5b9e1bbb --- /dev/null +++ b/www/p5-Catalyst-Plugin-I18N/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: www/p5-Catalyst-Plugin-I18N +# Date created: 2 Dec 2005 +# Whom: Lars Balker Rasmussen <lars@balker.dk> +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-Plugin-I18N +PORTVERSION= 0.04 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= I18N for Catalyst + +BUILD_DEPENDS= p5-Catalyst>=2.99:${PORTSDIR}/www/p5-Catalyst \ + p5-Locale-Maketext-Lexicon>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ + p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Catalyst::Plugin::I18N.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500800 +IGNORE= requires at least Perl 5.8. Install lang/perl5.8, and try again +.elif ${PERL_LEVEL} < 500805 +BUILD_DEPENDS+= p5-I18N-LangTags-Detect>=0:${PORTSDIR}/misc/p5-I18N-LangTags +RUN_DEPENDS+= p5-I18N-LangTags-Detect>=0:${PORTSDIR}/misc/p5-I18N-LangTags +.endif +.include <bsd.port.post.mk> |