pkgsrc/devel/p5-Date-Manip/Makefile
hiramatsu c00a6fe01a Update p5-Date-Manip to 6.25.
Changes from previous:
VERSION 6.25 (2011−08−31)
    Relaxed one constraint in ISO 8601 dates
        A time separated by whitespace from the date can use a single digit
        hour.  Yuming Philip Xiang

    Set official removal dates for old config variables
        Config variables will be removed 2 years after they are deprecated
        (except for the TZ variable which, due to it's wide use, will be
        kept for 4 years).

    Time zone fixes
        Newest zoneinfo data (tzdata 2011i)
2011-12-06 07:06:45 +00:00

28 lines
878 B
Makefile

# $NetBSD: Makefile,v 1.36 2011/12/06 07:06:45 hiramatsu Exp $
DISTNAME= Date-Manip-6.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dma
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Date-Manip/
COMMENT= Perl5 module for date calculations
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
# only needed for tests
#DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Date/Manip/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"