Tue Aug 16 09:13:49 2011 UTC ()
Let not to require external Module::Build for perl>=5.12.1.


(obache)
diff -r1.10 -r1.11 pkgsrc/devel/p5-File-ChangeNotify/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/devel/p5-File-ChangeNotify/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-ChangeNotify/Makefile 2011/08/12 19:09:06 1.10
+++ pkgsrc/devel/p5-File-ChangeNotify/Makefile 2011/08/16 09:13:49 1.11
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.10 2011/08/12 19:09:06 adam Exp $ 1# $NetBSD: Makefile,v 1.11 2011/08/16 09:13:49 obache Exp $
2 2
3DISTNAME= File-ChangeNotify-0.20 3DISTNAME= File-ChangeNotify-0.20
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/File-ChangeNotify/ 9HOMEPAGE= http://search.cpan.org/dist/File-ChangeNotify/
10COMMENT= Watch for changes to files, cross-platform style 10COMMENT= Watch for changes to files, cross-platform style
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16BUILD_DEPENDS+= p5-Module-Build>=0.3601:../../devel/p5-Module-Build 16BUILD_DEPENDS+= {perl>=5.12.1,p5-Module-Build>=0.3601}:../../devel/p5-Module-Build
17BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 17BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
18DEPENDS+= p5-Class-MOP-[0-9]*:../../devel/p5-Class-MOP 18DEPENDS+= p5-Class-MOP-[0-9]*:../../devel/p5-Class-MOP
19DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose 19DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
20DEPENDS+= p5-MooseX-Params-Validate>=0.08:../../devel/p5-MooseX-Params-Validate 20DEPENDS+= p5-MooseX-Params-Validate>=0.08:../../devel/p5-MooseX-Params-Validate
21DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor 21DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor
22DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean 22DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
23 23
24PERL5_MODULE_TYPE= Module::Build 24PERL5_MODULE_TYPE= Module::Build
25PERL5_PACKLIST= auto/File/ChangeNotify/.packlist 25PERL5_PACKLIST= auto/File/ChangeNotify/.packlist
26 26
27.include "../../mk/bsd.prefs.mk" 27.include "../../mk/bsd.prefs.mk"
28 28
29.if ${OPSYS:M*BSD} || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" 29.if ${OPSYS:M*BSD} || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"