Upstream changes: 1.44 2017-08-20 - Added a stringify() method. This does exactly the same thing as stringification overloading does. GH #58. - Added an is_last_day_of_month() method to indicate whether or not an object falls on the last day of its month. GH #60.
32 lines
1.3 KiB
Makefile
32 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.68 2017/08/26 08:29:45 wen Exp $
|
|
|
|
DISTNAME= DateTime-1.44
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://datetime.perl.org/
|
|
COMMENT= Perl module for date/time sets and ranges
|
|
LICENSE= artistic-2.0
|
|
|
|
DEPENDS+= p5-DateTime-Locale>=1.06:../../time/p5-DateTime-Locale
|
|
DEPENDS+= p5-DateTime-TimeZone>=2.02:../../time/p5-DateTime-TimeZone
|
|
DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round
|
|
DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
|
|
DEPENDS+= p5-Params-ValidationCompiler>=0.11:../../devel/p5-Params-ValidationCompiler
|
|
DEPENDS+= p5-namespace-autoclean>=0.19:../../devel/p5-namespace-autoclean
|
|
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
|
BUILD_DEPENDS+= p5-CPAN-Meta-Check>=0.11:../../devel/p5-CPAN-Meta-Check
|
|
BUILD_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
|
|
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= c # installs C module
|
|
PERL5_PACKLIST= auto/DateTime/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|