diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-11 06:12:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-11 06:12:38 +0000 |
commit | e5694550e21547644b9e628bb316d199e7eb2b09 (patch) | |
tree | 621c1168a31d82e081c6a28a1d50420aceaffbe1 /devel/p5-File-ChangeNotify | |
parent | 8fcfc3002239667eb99e959a1e6e27b7d238a209 (diff) | |
download | ports-e5694550e21547644b9e628bb316d199e7eb2b09.tar.gz ports-e5694550e21547644b9e628bb316d199e7eb2b09.zip |
- Promote Moose requirement to 2.0+ which includes Class::MOP
Notes
Notes:
svn path=/head/; revision=281625
Diffstat (limited to 'devel/p5-File-ChangeNotify')
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index 895c73572f4a..20643146cf85 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= alexey@renatasystems.org COMMENT= Watch for changes to files -RUN_DEPENDS= p5-Moose>=1.00:${PORTSDIR}/devel/p5-Moose \ +RUN_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \ p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate \ p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ |