diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2011-09-02 15:34:57 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2011-09-02 15:34:57 +0000 |
commit | d7b8745427b3575a9944d142cd7b29bb892218bf (patch) | |
tree | 8b6ba3e2c60ae57ac87538e1f1a9177afda81189 /textproc/p5-Text-Xslate/Makefile | |
parent | c78a45a3f33f9ee902ea479f2465e3cefeb632e3 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Xslate/Makefile')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index 0b0628960e19..7f830c484e25 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Xslate -PORTVERSION= 1.1005 +PORTVERSION= 1.5002 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GFUJI @@ -15,13 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= High performance template engine -LICENSE_COMB= dual LICENSE= ART20 GPLv1 -BUILD_DEPENDS= p5-parent>=0.221:${PORTSDIR}/devel/p5-parent \ +LICENSE_COMB= dual + +COMMON_DEPENDS= p5-parent>=0.221:${PORTSDIR}/devel/p5-parent \ p5-Mouse>=0.61:${PORTSDIR}/devel/p5-Mouse \ p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \ p5-Data-MessagePack>=0.30:${PORTSDIR}/devel/p5-Data-MessagePack -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires |