diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-10-05 16:28:21 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2010-10-05 16:28:21 +0000 |
commit | 0304d3a0061afe5d1159d4b9e6ee3a94f98098f0 (patch) | |
tree | d5721d4bbbc25ef27aa29d714c75dc20aad05bce /devel/p5-Forest/Makefile | |
parent | 281b43dc871bd4511eb1c5a46f91fd4ae96d6cf5 (diff) | |
download | ports-0304d3a0061afe5d1159d4b9e6ee3a94f98098f0.tar.gz ports-0304d3a0061afe5d1159d4b9e6ee3a94f98098f0.zip |
Notes
Diffstat (limited to 'devel/p5-Forest/Makefile')
-rw-r--r-- | devel/p5-Forest/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-Forest/Makefile b/devel/p5-Forest/Makefile index 734003a609fd..7a96fb50f97e 100644 --- a/devel/p5-Forest/Makefile +++ b/devel/p5-Forest/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Forest -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/S/ST/STEVAN @@ -16,9 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A collection of n-ary tree related modules -RUN_DEPENDS= p5-MooseX-AttributeHelpers>=0.07:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ - p5-MooseX-Clone>=:${PORTSDIR}/devel/p5-MooseX-Clone \ - p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class +RUN_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + p5-MooseX-Clone>=0.05:${PORTSDIR}/devel/p5-MooseX-Clone +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes |