pkgsrc/time/p5-Time-Piece/Makefile
wiz 6a251433d7 Update to 1.11:
1.11
    - Skip %V test on Win32

1.10
    - Number of bug fixes from RT
    - (maintenance by Ricardo SIGNES)
    - avoid warning in _mktime (bug #19677)

1.09
    - (patches from Ricardo SIGNES)
    - Tests largely moved to Test::More (from Test.pm)
    - Time::Piece should now be safely subclassable
2007-02-27 13:13:49 +00:00

18 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.6 2007/02/27 13:13:49 wiz Exp $
DISTNAME= Time-Piece-1.11
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tpc
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Time-Piece/
COMMENT= Time::Piece - Object Oriented time objects
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Time/Piece/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"