pkgsrc/time/p5-Time-TAI64/Makefile
kleink 9f58af98a4 Initial import of p5-Time-TAI 2.10 into the Packages Collection.
This Module makes available to the user functions to convert TAI64 strings
to unix timestamps suitable to make time calculations.
2006-02-09 10:41:48 +00:00

19 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/02/09 10:41:48 kleink Exp $
DISTNAME= Time-TAI64-2.10
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tt6
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/
COMMENT= Convert TAI64 strings into standard unix timestamps
BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
PERL5_PACKLIST= auto/Time/TAI64/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"