freebsd-ports/devel/p5-Dir-Watch/Makefile
Martin Wilke dc7cef4d1e Checks for dir/file addition/removals in the current directory.
WWW: http://search.cpan.org/dist/Dir-Watch/

PR:		ports/141754
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
2009-12-24 22:14:20 +00:00

22 lines
461 B
Makefile

# New ports collection makefile for: devel/p5-Dir-Watch
# Date created: 2009-12-18
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= Dir-Watch
PORTVERSION= 0.0.0
CATEGORIES= devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Watches the current directory for file/dir additions or removals
PERL_CONFIGURE= yes
MAN3= Dir::Watch.3
.include <bsd.port.mk>