pkgsrc/time/p5-Time-Duration-Parse/Makefile
mef ace7789676 (pkgsrc)
Add LICENSE=
(upstream)
   Update 0.06 to 0.11
----------------
0.11 2014-03-26
    - Min perl version now set to 5.6.0
    - Added description of DateTime::Format::Duration to SEE ALSO

0.10 2014-03-24
    - Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting
      in dependency problems and CPAN Testers fails, and I'm not familiar with
      it. Easier to switch. Thanks to ZEFRAM for pointing out the problem.

0.09 2014-03-23
    - Test::More and Time::Duration were listed as build_requires;
      changed them to test_requires, with versions. Wonder if this was
      the cause of the small number of CPAN Testers fails?
    - Added more more modules to the SEE ALSO section in the pod.

0.08 2014-03-23
    - Can now have a leading '+', as in '+2h'.
      Suggested by MSCHWERN in RT#66572
    - Added github repo to metadata (thanks dsteinbrunner)
    - Added github repo to pod
    - Added Time::Duration::Parse::More to SEE ALSO

0.07 2014-03-21
    - Added 'use warnings'
    - Specified min perl version as 5.6.0 in Makefile.PL
    - Fixed pod error reported in RT#86904
    - Added license type 'perl' to metadata via Makefile.PL
    - Reformatted this file as per CPAN::Changes::Spec
2014-12-04 02:38:43 +00:00

20 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.9 2014/12/04 02:38:43 mef Exp $
DISTNAME= Time-Duration-Parse-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Time-Duration-Parse/
COMMENT= Perl5 module to parse string that represents time duration
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Time/Duration/Parse/.packlist
BUILD_DEPENDS+= p5-Time-Duration-[0-9]*:../../time/p5-Time-Duration
DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"