[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / time / p5-DateTime-TimeZone

Annotation of pkgsrc/time/p5-DateTime-TimeZone/Makefile, Revision 1.84

1.84    ! wen         1: # $NetBSD: Makefile,v 1.83 2016/10/03 12:37:51 wiz Exp $
1.1       cube        2:
1.84    ! wen         3: DISTNAME=      DateTime-TimeZone-2.06
1.15      he          4: PKGNAME=       p5-${DISTNAME}
1.1       cube        5: CATEGORIES=    time perl5
                      6: MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
                      7:
1.12      he          8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       cube        9: HOMEPAGE=      http://search.cpan.org/dist/DateTime-TimeZone/
                     10: COMMENT=       Perl module to handle time zone manipulation
1.19      sno        11: LICENSE=       ${PERL5_LICENSE}
1.1       cube       12:
                     13: DEPENDS+=      p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
                     14: DEPENDS+=      p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
1.53      wen        15: DEPENDS+=      p5-List-AllUtils>=0:../../devel/p5-List-AllUtils
1.57      wiz        16: DEPENDS+=      p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
                     17: DEPENDS+=      p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
1.80      mef        18: DEPENDS+=       p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
                     19: DEPENDS+=       p5-Specio-[0-9]*:../../devel/p5-Specio
                     20:
1.39      wiz        21: # for tests, but can't depend in it, since it depends on this package
                     22: #BUILD_DEPENDS+=       p5-DateTime>=0.1501:../../time/p5-DateTime
1.80      mef        23: BUILD_DEPENDS+=        p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
1.57      wiz        24: BUILD_DEPENDS+=        p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
                     25: BUILD_DEPENDS+=        p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
1.54      wiz        26: BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
1.57      wiz        27: BUILD_DEPENDS+=        p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
1.80      mef        28: BUILD_DEPENDS+=        p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
1.1       cube       29:
1.28      sno        30: # on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
1.57      wiz        31: # but this will result in a circular dependency
1.28      sno        32:
1.11      abs        33: USE_LANGUAGES= # empty
1.4       jlam       34: PERL5_PACKLIST=                auto/DateTime/TimeZone/.packlist
1.1       cube       35:
                     36: .include "../../lang/perl5/module.mk"
                     37: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>