SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
devel/p5-File-ChangeNotify/Makefile
Normal file
25
devel/p5-File-ChangeNotify/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT = watch for changes to files, cross-platform style
|
||||
|
||||
DISTNAME = File-ChangeNotify-0.31
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Artistic 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-Module-Pluggable \
|
||||
devel/p5-Module-Runtime \
|
||||
devel/p5-Moo>=1.006 \
|
||||
devel/p5-Type-Tiny \
|
||||
devel/p5-namespace-autoclean
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-Requires \
|
||||
devel/p5-Test-Without-Module \
|
||||
devel/p5-Test2-Suite
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-ChangeNotify/distinfo
Normal file
2
devel/p5-File-ChangeNotify/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-ChangeNotify-0.31.tar.gz) = GSvbHOdiZsamlKjpYtA5463uuCm2rB4j9QV/K1Bjkr0=
|
||||
SIZE (File-ChangeNotify-0.31.tar.gz) = 41447
|
2
devel/p5-File-ChangeNotify/pkg/DESCR
Normal file
2
devel/p5-File-ChangeNotify/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Watch for changes to files, cross-platform style via an API for creating
|
||||
a File::ChangeNotify::Watcher subclass that will work on your platform.
|
15
devel/p5-File-ChangeNotify/pkg/PLIST
Normal file
15
devel/p5-File-ChangeNotify/pkg/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/ChangeNotify/
|
||||
${P5SITE}/File/ChangeNotify.pm
|
||||
${P5SITE}/File/ChangeNotify/Event.pm
|
||||
${P5SITE}/File/ChangeNotify/Watcher/
|
||||
${P5SITE}/File/ChangeNotify/Watcher.pm
|
||||
${P5SITE}/File/ChangeNotify/Watcher/Default.pm
|
||||
${P5SITE}/File/ChangeNotify/Watcher/Inotify.pm
|
||||
${P5SITE}/File/ChangeNotify/Watcher/KQueue.pm
|
||||
@man man/man3p/File::ChangeNotify.3p
|
||||
@man man/man3p/File::ChangeNotify::Event.3p
|
||||
@man man/man3p/File::ChangeNotify::Watcher.3p
|
||||
@man man/man3p/File::ChangeNotify::Watcher::Default.3p
|
||||
@man man/man3p/File::ChangeNotify::Watcher::Inotify.3p
|
||||
@man man/man3p/File::ChangeNotify::Watcher::KQueue.3p
|
Loading…
Add table
Add a link
Reference in a new issue