e7c0885036
Time::Format. Time::Format_XS, provides a huge performance improvement for the main formatting function in Time::Format. This is the time_format function, usually accessed via the %time hash.
21 lines
576 B
Makefile
21 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 19:34:30 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Time-Format_XS-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Time-Format_XS/
|
|
COMMENT= Companion module for Time::Format, to speed up time formatting
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= p5-Time-Format>=1.01:../../time/p5-Time-Format
|
|
|
|
PERL5_PACKLIST= auto/Time/Format_XS/.packlist
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|