summaryrefslogtreecommitdiff
path: root/sysutils/p5-Sys-Gamin/Makefile
blob: 4571e261c58cb7568996046d7df90424ed190971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>