diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-24 23:00:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-24 23:00:08 +0000 |
commit | dc94745539fef361d271a81acacb38bc0c15ec4e (patch) | |
tree | 7751eae8f38b9cd85e6db030e6ac21b407d61a51 | |
parent | Do not set variables already set by USES=kmod (diff) |
Finish stage support
Approved by: maintainer timeout (via email, 3 weeks)
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/pkg-plist | 7 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index 136f3866ccb2..a0e9c748b2c3 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -3,6 +3,7 @@ PORTNAME= File-ChangeNotify PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,14 +21,6 @@ RUN_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception -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 - USES= perl5 USE_PERL5= modbuild diff --git a/devel/p5-File-ChangeNotify/pkg-plist b/devel/p5-File-ChangeNotify/pkg-plist index d63d1f4c4ccc..a54cd02749fc 100644 --- a/devel/p5-File-ChangeNotify/pkg-plist +++ b/devel/p5-File-ChangeNotify/pkg-plist @@ -5,6 +5,13 @@ %%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm +%%PERL5_MAN3%%/File::ChangeNotify.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::ConfigData.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Event.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Watcher.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Watcher::Default.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Watcher::Inotify.3.gz +%%PERL5_MAN3%%/File::ChangeNotify::Watcher::KQueue.3.gz @dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher @dirrmtry %%SITE_PERL%%/File/ChangeNotify @dirrmtry %%SITE_PERL%%/File |