7323178786
This module provides a simple interface for monitoring one or more files or directories and reporting any changes that are made to them. ok aja@
22 lines
361 B
Makefile
22 lines
361 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/11/14 09:19:38 jasper Exp $
|
|
|
|
COMMENT= monitor files and directories for changes
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= File-Monitor-1.00
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= ANDYA
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|