Finish stage support
Approved by: maintainer timeout (via email, 3 weeks)
This commit is contained in:
parent
6af4f79e51
commit
dc94745539
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340941
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue