pkgsrc/devel/p5-Date-Manip/Makefile
wen 7486a438cd Update to 6.75
Upstream changes:
(6.75 changelog not found)
6.74  2018-12-01
  -  Removed travis file from the tarball
        The tarball had a .travis.yml file in it that wasn't in the MANIFEST
        file. Since the MANIFEST file is automatically generated by the perl
        mkmanifest tool, since it didn't see the .travis.yml file, I have
        excluded it from the tarball. Reported by Mohammad S Anwar on GitHub
        (#23)

  -  Time zone fixes
        Newest zoneinfo data (tzdata 2018e)
2018-12-04 06:07:39 +00:00

23 lines
746 B
Makefile

# $NetBSD: Makefile,v 1.70 2018/12/04 06:07:39 wen Exp $
DISTNAME= Date-Manip-6.75
PKGNAME= p5-${DISTNAME}
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}
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
BUILD_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Date/Manip/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"