16 lines
352 B
Makefile
16 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:41:31 espie Exp $
|
|
|
|
COMMENT = simple and dumb file system watcher
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Filesys-Notify-Simple-0.06
|
|
CATEGORIES = sysutils
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
BUILD_DEPENDS = devel/p5-Test-SharedFork
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|