8aab745e78
- Updating package for p5 module DateTimeX::Easy from 0.085 to 0.087 - Setting gnu-gpl-v2 as license Upstream changes: 0.087: - TODO'd some tests that were breaking because of time zone weirdness - The previous entry is an example of gooder english! 0.086 - Treat a 4 digit number as a year... Format::Flexible changed on how it interpreted them
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2009/05/21 13:57:55 sno Exp $
|
|
|
|
DISTNAME= DateTimeX-Easy-0.087
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTimeX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?DateTimeX::Easy
|
|
COMMENT= Parse a date/time string using the best method available
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-DateTime-Format-DateManip-[0-9]*:../../time/p5-DateTime-Format-DateManip
|
|
DEPENDS+= p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse
|
|
DEPENDS+= p5-DateTime-Format-Flexible-[0-9]*:../../time/p5-DateTime-Format-Flexible
|
|
DEPENDS+= p5-DateTime-Format-ICal-[0-9]*:../../time/p5-DateTime-Format-ICal
|
|
DEPENDS+= p5-DateTime-Format-Natural-[0-9]*:../../time/p5-DateTime-Format-Natural
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
|
|
|
|
BUILD_DEPENDS+= p5-Test-Most>0:../../devel/p5-Test-Most
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
USE_LANGUAGES= #
|
|
|
|
PERL5_PACKLIST= auto/DateTimeX/Easy/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|