View | Details | Raw Unified | Return to bug 141752
Collapse All | Expand All

(-)p5-File-ChangeNotify/Makefile (-16 / +14 lines)
Lines 1-8 Link Here
1
# New ports collection makefile for:  File-ChangeNotify
1
# New ports collection makefile for:	p5-File-ChangeNotify
2
# Whom: gugu
2
# Date created:				Fri 14 Aug 2009
3
# Date created: 07 December 2009
3
# Whom:					Alexey V. Degtyarev
4
# $FreeBSD: ports/devel/p5-File-ChangeNotify/Makefile,v 1.4 2009/12/15 21:32:24 pgollucci Exp $
4
#
5
# Generated with portupload. Do not edit directly, please
5
# $FreeBSD: ports/devel/p5-File-ChangeNotify/Makefile,v 1.2 2009/11/20 18:59:27 miwi Exp $
6
#
6
7
7
PORTNAME=	File-ChangeNotify
8
PORTNAME=	File-ChangeNotify
8
PORTVERSION=	0.11
9
PORTVERSION=	0.11
Lines 11-33 Link Here
11
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
12
13
13
MAINTAINER=	alexey@renatasystems.org
14
MAINTAINER=	alexey@renatasystems.org
14
COMMENT=	Watch for changes to files, cross-platform style
15
COMMENT=	Watch for changes to files
15
16
16
BUILD_DEPENDS=	p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \
17
RUN_DEPENDS=	p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \
17
				p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
18
		p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
18
				p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
19
		p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate
19
				p5-MooseX-Params-Validate>=0.08:${PORTSDIR}/devel/p5-MooseX-Params-Validate \
20
BUILD_DEPENDS=	${RUN_DEPENDS}
20
				p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \
21
				p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \
22
				p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
23
RUN_DEPENDS=${BUILD_DEPENDS}
24
21
25
PERL_CONFIGURE=	YES
22
MAN3=		File::ChangeNotify.3 \
26
MAN3=	File::ChangeNotify.3 \
27
		File::ChangeNotify::Event.3 \
23
		File::ChangeNotify::Event.3 \
28
		File::ChangeNotify::Watcher.3 \
24
		File::ChangeNotify::Watcher.3 \
29
		File::ChangeNotify::Watcher::Default.3 \
25
		File::ChangeNotify::Watcher::Default.3 \
30
		File::ChangeNotify::Watcher::Inotify.3 \
26
		File::ChangeNotify::Watcher::Inotify.3 \
31
		File::ChangeNotify::Watcher::KQueue.3
27
		File::ChangeNotify::Watcher::KQueue.3
32
28
29
PERL_CONFIGURE=	yes
30
33
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)p5-File-ChangeNotify/pkg-plist (-12 / +5 lines)
Lines 1-19 Link Here
1
%%SITE_PERL%%/File/ChangeNotify.pm
1
%%SITE_PERL%%/File/ChangeNotify/Event.pm
2
%%SITE_PERL%%/File/ChangeNotify/Event.pm
3
%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
4
%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
2
%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
5
%%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm
3
%%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm
6
%%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm
4
%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm
5
%%SITE_PERL%%/File/ChangeNotify/Watcher.pm
6
%%SITE_PERL%%/File/ChangeNotify.pm
7
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist
7
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist
8
@dirrmtry %%SITE_PERL%%/auto/File/ChangeNotify
8
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
9
@dirrmtry %%SITE_PERL%%/auto/File
9
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
10
@dirrmtry %%SITE_PERL%%/auto
11
@dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher
10
@dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher
12
@dirrmtry %%SITE_PERL%%/File/ChangeNotify
11
@dirrmtry %%SITE_PERL%%/File/ChangeNotify
13
@dirrmtry %%SITE_PERL%%/File
12
@dirrmtry %%SITE_PERL%%/File
14
@dirrmtry %%SITE_PERL%%
15
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify
16
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
17
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
18
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
19
@dirrmtry blib/script

Return to bug 141752