pkgsrc/devel/p5-Date-Calc/Makefile
sno eb5142604d Updating devel/p5-Date-Calc from 5.7 to 5.8
Upstream changes:
Version 5.8   12.09.2009
 +  Added a new function "N_Delta_YMD()"
 +  Added a new test script "t/f037.t"
 +  Updated the "Calc.pod" manual page accordingly
 +  Renamed "calendar.cgi" in the "examples"
    subdirectory to "calendar.pl"
 +  Added a new CGI script named "datecalc.pl"
    to the "examples" subdirectory
2009-09-12 22:31:21 +00:00

24 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.26 2009/09/12 22:31:21 sno Exp $
#
DISTNAME= Date-Calc-5.8
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dca
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://engelschall.com/u/sb/download/
COMMENT= Perl5 module for Gregorian calendar date calculations
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Bit-Vector>=7.0:../../devel/p5-Bit-Vector
DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Date/Calc/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"