aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Monitor/Makefile
blob: 3043ad8f55c61be8bf82ce59c821af2f04d5d69b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$

PORTNAME=	File-Monitor
PORTVERSION=	1.00
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	markun@onohara.to
COMMENT=	Monitor files and directories for changes

BUILD_DEPENDS=	p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS=	p5-version>=0:${PORTSDIR}/devel/p5-version

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>