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

1.32    ! seb         1: # $NetBSD: Makefile,v 1.31 2010/05/05 22:58:36 seb Exp $
1.1       cube        2:
1.32    ! seb         3: DISTNAME=      DateTime-TimeZone-1.19
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:
1.28      sno        13: BUILD_DEPENDS+=        {perl>=5.10.1,p5-Module-Build>=0.35000}:../../devel/p5-Module-Build
1.22      sno        14:
1.1       cube       15: DEPENDS+=      p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
                     16: DEPENDS+=      p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
                     17:
1.28      sno        18: # on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
                     19: # but this will result in circular dependency
                     20:
1.11      abs        21: USE_LANGUAGES= # empty
1.2       wiz        22: PERL5_MODULE_TYPE=     Module::Build
1.4       jlam       23: PERL5_PACKLIST=                auto/DateTime/TimeZone/.packlist
1.1       cube       24:
1.11      abs        25: PKG_DESTDIR_SUPPORT=   user-destdir
                     26:
1.1       cube       27: .include "../../lang/perl5/module.mk"
                     28: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>