freebsd-ports/sysutils/p5-Sys-Gamin/Makefile
Sunpoet Po-Chuan Hsieh a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00

26 lines
568 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
PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
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>