diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-05 03:23:44 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-05 03:23:44 +0000 |
commit | d0dec8d0efef0a2d07f0c7f45ded13cee0a28ca8 (patch) | |
tree | daed76e9a12cd47e4c93b20af2dbbe9227970aea /devel/p5-SVN-Notify-Config/Makefile | |
parent | fcab8ea4679cfcd00fe6f2b65976cce2b8e3a17c (diff) |
Notes
Diffstat (limited to 'devel/p5-SVN-Notify-Config/Makefile')
-rw-r--r-- | devel/p5-SVN-Notify-Config/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-SVN-Notify-Config/Makefile b/devel/p5-SVN-Notify-Config/Makefile index e1fa420351bb..4484e1d355b4 100644 --- a/devel/p5-SVN-Notify-Config/Makefile +++ b/devel/p5-SVN-Notify-Config/Makefile @@ -6,7 +6,7 @@ # PORTNAME= SVN-Notify-Config -PORTVERSION= 0.0907 +PORTVERSION= 0.0908 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@sourcehosting.net COMMENT= Perl module for config-driven Subversion notification -RUN_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify \ - ${LOCALBASE}/bin/ysh:${PORTSDIR}/textproc/p5-YAML -BUILD_DEPENDS= ${LOCALBASE}/bin/svnnotify:${PORTSDIR}/devel/p5-SVN-Notify \ - ${LOCALBASE}/bin/ysh:${PORTSDIR}/textproc/p5-YAML +RUN_DEPENDS= p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ + p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |