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

Annotation of pkgsrc/time/p5-DateTime-Format-DateManip/Makefile, Revision 1.5

1.5     ! asau        1: # $NetBSD: Makefile,v 1.4 2012/10/03 21:58:18 wiz Exp $
1.1       abs         2:
                      3: DISTNAME=      DateTime-Format-DateManip-0.04
                      4: PKGNAME=       p5-${DISTNAME}
1.4       wiz         5: PKGREVISION=   3
1.1       abs         6: CATEGORIES=    time perl5
                      7: MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
                      8:
                      9: MAINTAINER=    pkgsrc-users@NetBSD.org
                     10: HOMEPAGE=      http://search.cpan.org/perldoc?DateTime::Format::DateManip
                     11: COMMENT=       Convert Date::Manip dates and durations to/from DateTimes
                     12:
                     13: DEPENDS+=      p5-DateTime>0:../../time/p5-DateTime
                     14: DEPENDS+=      p5-Date-Manip>0:../../devel/p5-Date-Manip
                     15:
                     16: PERL5_MODULE_TYPE=     Module::Build
                     17: USE_LANGUAGES= #
                     18:
                     19: PERL5_PACKLIST=        auto/DateTime/Format/DateManip/.packlist
                     20:
                     21: .include "../../lang/perl5/module.mk"
                     22: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>