7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
22 lines
768 B
Makefile
22 lines
768 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:35 jlam Exp $
|
|
|
|
DISTNAME= DateTime-0.27
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= cube@NetBSD.org
|
|
HOMEPAGE= http://datetime.perl.org/
|
|
COMMENT= Perl module for date/time sets and ranges
|
|
|
|
DEPENDS+= p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
|
|
DEPENDS+= p5-DateTime-TimeZone>=0.26:../../time/p5-DateTime-TimeZone
|
|
DEPENDS+= p5-DateTime-Locale>=0.09:../../time/p5-DateTime-Locale
|
|
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
|
|
DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/DateTime/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|