diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-12-21 11:19:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-12-21 11:19:14 +0000 |
commit | a842aa8115d1d4b02f8b0449a78403838db73e8e (patch) | |
tree | 5884eb73ec295ad1fc211eadb8f28f1592042649 /devel/p5-File-ChangeNotify | |
parent | 82aef063a75797a5f2c5fea0aa76b02da300051b (diff) | |
download | ports-a842aa8115d1d4b02f8b0449a78403838db73e8e.tar.gz ports-a842aa8115d1d4b02f8b0449a78403838db73e8e.zip |
Notes
Diffstat (limited to 'devel/p5-File-ChangeNotify')
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-File-ChangeNotify/pkg-plist | 17 |
2 files changed, 18 insertions, 27 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile index 19d72c33d7c5..2c72c80117e5 100644 --- a/devel/p5-File-ChangeNotify/Makefile +++ b/devel/p5-File-ChangeNotify/Makefile @@ -1,8 +1,9 @@ -# New ports collection makefile for: File-ChangeNotify -# Whom: gugu -# Date created: 07 December 2009 +# New ports collection makefile for: p5-File-ChangeNotify +# Date created: Fri 14 Aug 2009 +# Whom: Alexey V. Degtyarev +# # $FreeBSD$ -# Generated with portupload. Do not edit directly, please +# PORTNAME= File-ChangeNotify PORTVERSION= 0.11 @@ -11,23 +12,20 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= alexey@renatasystems.org -COMMENT= Watch for changes to files, cross-platform style +COMMENT= Watch for changes to files -BUILD_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \ - p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ - p5-MooseX-Params-Validate>=0.08:${PORTSDIR}/devel/p5-MooseX-Params-Validate \ - p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ - p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS=${BUILD_DEPENDS} +RUN_DEPENDS= p5-Class-MOP>=0:${PORTSDIR}/devel/p5-Class-MOP \ + p5-MooseX-SemiAffordanceAccessor>=0:${PORTSDIR}/devel/p5-MooseX-SemiAffordanceAccessor \ + p5-MooseX-Params-Validate>=0:${PORTSDIR}/devel/p5-MooseX-Params-Validate +BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES -MAN3= File::ChangeNotify.3 \ +MAN3= File::ChangeNotify.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_CONFIGURE= yes + .include <bsd.port.mk> diff --git a/devel/p5-File-ChangeNotify/pkg-plist b/devel/p5-File-ChangeNotify/pkg-plist index fba2d1092345..3417043c5e33 100644 --- a/devel/p5-File-ChangeNotify/pkg-plist +++ b/devel/p5-File-ChangeNotify/pkg-plist @@ -1,19 +1,12 @@ +%%SITE_PERL%%/File/ChangeNotify.pm %%SITE_PERL%%/File/ChangeNotify/Event.pm +%%SITE_PERL%%/File/ChangeNotify/Watcher.pm +%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/Inotify.pm %%SITE_PERL%%/File/ChangeNotify/Watcher/KQueue.pm -%%SITE_PERL%%/File/ChangeNotify/Watcher/Default.pm -%%SITE_PERL%%/File/ChangeNotify/Watcher.pm -%%SITE_PERL%%/File/ChangeNotify.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify/.packlist -@dirrmtry %%SITE_PERL%%/auto/File/ChangeNotify -@dirrmtry %%SITE_PERL%%/auto/File -@dirrmtry %%SITE_PERL%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File @dirrmtry %%SITE_PERL%%/File/ChangeNotify/Watcher @dirrmtry %%SITE_PERL%%/File/ChangeNotify @dirrmtry %%SITE_PERL%%/File -@dirrmtry %%SITE_PERL%% -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ChangeNotify -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% -@dirrmtry blib/script |