diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-08-12 03:01:50 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-08-12 03:01:50 +0000 |
commit | 67e22639a4fe494cb14552075d290f0b55520313 (patch) | |
tree | 21e4962f4e8eed4b47fe1abb4176d96a1064aa91 /devel/p5-File-ChangeNotify | |
parent | 25bdf4f2e11d3e301d155b6b6c3911525d27b0b6 (diff) |
Notes
Diffstat (limited to 'devel/p5-File-ChangeNotify')
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/pkg-plist | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index d5806ce8c05a..f008448ed3ab 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= File-ChangeNotify -PORTVERSION= 0.13 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,17 +15,20 @@ MAINTAINER= alexey@renatasystems.org COMMENT= Watch for changes to files RUN_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \ + 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 \ - p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate + p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS:= ${RUN_DEPENDS} MAN3= File::ChangeNotify.3 \ + File::ChangeNotify::ConfigData.3 \ File::ChangeNotify::Event.3 \ File::ChangeNotify::Watcher.3 \ File::ChangeNotify::Watcher::Default.3 \ File::ChangeNotify::Watcher::Inotify.3 \ File::ChangeNotify::Watcher::KQueue.3 -PERL_CONFIGURE= yes +PERL_MODBUILD= yes .include <bsd.port.mk> diff --git a/devel/p5-File-ChangeNotify/distinfo b/devel/p5-File-ChangeNotify/distinfo index c08334c48aaf..1586f429fd4a 100644 --- a/devel/p5-File-ChangeNotify/distinfo +++ b/devel/p5-File-ChangeNotify/distinfo @@ -1,3 +1,3 @@ -MD5 (File-ChangeNotify-0.13.tar.gz) = 791ef4b997a05b50704e2c28f8f878a0 -SHA256 (File-ChangeNotify-0.13.tar.gz) = c8702855db614676fdbf63fdada380ead8f6140135d58d5391442e0d89a96a28 -SIZE (File-ChangeNotify-0.13.tar.gz) = 18155 +MD5 (File-ChangeNotify-0.16.tar.gz) = 01f13510262c68acc40c79b4b3e88237 +SHA256 (File-ChangeNotify-0.16.tar.gz) = fbeb0fbd9458f467271460043302e76f664f1ec1bcdc027ac178279c753b988f +SIZE (File-ChangeNotify-0.16.tar.gz) = 19652 diff --git a/devel/p5-File-ChangeNotify/pkg-plist b/devel/p5-File-ChangeNotify/pkg-plist index 3417043c5e33..a4f4199933ee 100644 --- a/devel/p5-File-ChangeNotify/pkg-plist +++ b/devel/p5-File-ChangeNotify/pkg-plist @@ -1,10 +1,10 @@ %%SITE_PERL%%/File/ChangeNotify.pm +%%SITE_PERL%%/File/ChangeNotify/ConfigData.pm %%SITE_PERL%%/File/ChangeNotify/Event.pm %%SITE_PERL%%/File/ChangeNotify/Watcher.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File @dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher |