diff options
author | sno <sno@pkgsrc.org> | 2010-03-10 09:48:06 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-10 09:48:06 +0000 |
commit | 7677b3a1c9232ca1c4ed1bcdf526320c8db0bb42 (patch) | |
tree | c0ab591db09996c484b29e63c256569b033d1f46 /time/p5-Time-Clock/Makefile | |
parent | bad49395cdc67019bd293d218c84a2053da88d05 (diff) | |
download | pkgsrc-7677b3a1c9232ca1c4ed1bcdf526320c8db0bb42.tar.gz |
Updating time/p5-Time-Clock from 0.12nb1 to 1.00
pkgsrc changes:
- Add license definition
Upstream changes:
1.00 (03.09.2010) - John Siracusa <siracusa@gmail.com>
* The %i format now correctly shows 12 for 12 AM.
* Removed leading zeros from the %i format.
* Bumped version number to reflect API stability.
Diffstat (limited to 'time/p5-Time-Clock/Makefile')
-rw-r--r-- | time/p5-Time-Clock/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/time/p5-Time-Clock/Makefile b/time/p5-Time-Clock/Makefile index 66a39b0d30a..8b3f90d4b41 100644 --- a/time/p5-Time-Clock/Makefile +++ b/time/p5-Time-Clock/Makefile @@ -1,19 +1,23 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:19:01 he Exp $ +# $NetBSD: Makefile,v 1.4 2010/03/10 09:48:06 sno Exp $ -DISTNAME= Time-Clock-0.12 +DISTNAME= Time-Clock-1.00 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Time-Clock/ COMMENT= Twenty-four hour clock object with nanosecond precision +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Time/Clock/.packlist PKG_DESTDIR_SUPPORT= user-destdir +post-extract: + ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \; + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |