1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/p5-Sys-Gamin/Makefile
Martin Wilke 7358ed3874 Perl interface to Gamin (File Access Monitor implementation)
Provides a somewhat higher-level and friendlier interface to the Gamin File
Access Monitor API. This allows one to monitor both local and remote
(NFS-mounted) files and directories for common filesystem events. To do so, you
must register "monitors" on specified pathnames and wait for events to arrive
pertaining to them.

PR:		ports/112386
Submitted by:	Nick Hibma <n_hibma at freebsd.org>
Thanks to:	clsung for helping
2007-06-11 08:29:36 +00:00

27 lines
596 B
Makefile

# New ports collection makefile for: p5-Sys-Gamin
# Date created: 03 May 2007
# Whom: Nick Hibma <n_hibma@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= Sys-Gamin
PORTVERSION= 0.1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sys
PKGNAMEPREFIX= p5-
MAINTAINER= n_hibma@freebsd.org
COMMENT= Perl interface to Gamin (File Access Monitor implementation)
PERL_CONFIGURE= yes
USE_FAM= yes
MAN1= monitor.1
MAN3= Sys::Gamin.3
pre-configure:
${PERL} -pi -e 'm/LIBS =>/ && print " INC => \"-I${LOCALBASE}/include\",\n"' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>