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

1.7     ! hiramats    1: # $NetBSD: Makefile,v 1.6 2006/03/10 06:59:46 hiramatsu Exp $
1.1       cube        2:
1.7     ! hiramats    3: DISTNAME=      DateTime-TimeZone-0.44
1.1       cube        4: PKGNAME=       p5-${DISTNAME}
                      5: CATEGORIES=    time perl5
                      6: MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
                      7:
                      8: MAINTAINER=    cube@NetBSD.org
                      9: HOMEPAGE=      http://search.cpan.org/dist/DateTime-TimeZone/
                     10: COMMENT=       Perl module to handle time zone manipulation
                     11:
                     12: DEPENDS+=      p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
                     13: DEPENDS+=      p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
                     14:
1.2       wiz        15: PERL5_MODULE_TYPE=     Module::Build
1.4       jlam       16: PERL5_PACKLIST=                auto/DateTime/TimeZone/.packlist
1.1       cube       17:
                     18: .include "../../lang/perl5/module.mk"
                     19: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>