|
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> |