pkgsrc/time/p5-Data-ICal-DateTime/Makefile
mef 4158df4f96 Update 0.7 to 0.81
------------------
0.81 - Mon 24 Nov 2014 10:11:50 PST
    * Add Makefile.PL back into MANIFEST  (fixes RT 100524)
    * Remove MYMETA.* files from MANIFEST (fixes RT 100525)

0.8  - Fri 21 Nov 2014 11:26:57 PST
    * Update docs
    * Fix some timezone bugs (Fixes RT 43610 and RT 99804 - thanks Sterling Hanenkamp)
    * Refactor for more DRYness
    * Add URL field
    * Update Module::Install to add META.yml (fixes RT 80668)
    * Add a note about all day events (RT 63049)
2014-12-04 01:16:26 +00:00

25 lines
986 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/12/04 01:16:26 mef Exp $
DISTNAME= Data-ICal-DateTime-0.81
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-ICal-DateTime
COMMENT= Convenience methods for using Data::ICal with DateTime
DEPENDS+= p5-Class-Accessor>=0.30:../../devel/p5-Class-Accessor
DEPENDS+= p5-Clone>=0.22:../../devel/p5-Clone
DEPENDS+= p5-Data-ICal>=0.07:../../time/p5-Data-ICal
DEPENDS+= p5-DateTime-Format-ICal>=0.08:../../time/p5-DateTime-Format-ICal
DEPENDS+= p5-DateTime-Set>=0.25:../../time/p5-DateTime-Set
BUILD_DEPENDS+= p5-Test-LongString-[0-9]*:../../devel/p5-Test-LongString
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
PERL5_PACKLIST= auto/Data/ICal/DateTime/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"