[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.90

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

CVSweb <webmaster@jp.NetBSD.org>