mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
23 lines
467 B
Makefile
23 lines
467 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 perl5
|
|
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>
|