19 lines
236 B
Makefile
19 lines
236 B
Makefile
|
COMMENT= monitor files and directories for changes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
DISTNAME= File-Monitor-1.00
|
||
|
REVISION= 0
|
||
|
|
||
|
CATEGORIES= sysutils
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
CPAN_AUTHOR= ANDYA
|
||
|
|
||
|
MODCPAN_EXAMPLES= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|