4482d8b94b
update of devel/p5-File-ChangeNotify to 0.12. This module provides a fairly low level interface to the BSD kqueue(2) system call, allowing you to monitor for changes on sockets, files, processes and signals. Usage is very similar to the kqueue system calls, so having read and understood the kqueue(2) man page is a usage prereqisite.
24 lines
687 B
Makefile
24 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/02/23 13:08:53 sno Exp $
|
|
|
|
DISTNAME= IO-KQueue-0.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-KQueue/
|
|
COMMENT= Perl interface to the BSD kqueue system call
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-perl-headers-[0-9]*:../../devel/p5-perl-headers
|
|
|
|
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-* Darwin-*-*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/IO/KQueue/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|