pkgsrc/devel/p5-Date-Manip/Makefile
heinz 79e07cd1f2 Updated to version 5.44.
Pkgsrc changes:
  - The module needs no compiler.

Changes since version 5.42a:
============================
   Changed default behavior of Delta_Format back.
   ***Revamped the recurrences. Y-0-WOY-DOW now refers to the WOY'th
      occurence of DOW instead of the ISO 8601 date Y-W(WOY)-DOY. Also,
      changed Y-0-WOY-0 to refer to the WOY'th occurence of FirstDay,
      and got rid of the MW and MD flags. Many other similar changes.
   Changed behavior of %x format in UnixDate.
2006-07-12 16:46:44 +00:00

21 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.18 2006/07/12 16:46:44 heinz Exp $
#
DISTNAME= DateManip-5.44
PKGNAME= ${DISTNAME:S/DateManip/p5-Date-Manip/}
SVR4_PKGNAME= p5dma
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= jwise@NetBSD.org
HOMEPAGE= http://www.cpan.org/
COMMENT= Perl5 module for date calculations
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Date/Manip/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"