aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-ChangeNotify/Makefile
blob: 895c73572f4a28aca35016b34c2a2e07310878bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    p5-File-ChangeNotify
# Date created:             Fri 14 Aug 2009
# Whom:                 Alexey V. Degtyarev
#
# $FreeBSD$
#

PORTNAME=   File-ChangeNotify
PORTVERSION=    0.16
PORTREVISION=   1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= alexey@renatasystems.org
COMMENT=    Watch for changes to files

RUN_DEPENDS=    p5-Moose>=1.00:${PORTSDIR}/devel/p5-Moose \
        p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \
        p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate \
        p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
        p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
BUILD_DEPENDS:= ${RUN_DEPENDS}

MAN3=       File::ChangeNotify.3 \
        File::ChangeNotify::ConfigData.3 \
        File::ChangeNotify::Event.3 \
        File::ChangeNotify::Watcher.3 \
        File::ChangeNotify::Watcher::Default.3 \
        File::ChangeNotify::Watcher::Inotify.3 \
        File::ChangeNotify::Watcher::KQueue.3

PERL_MODBUILD=  yes

.include <bsd.port.mk>