diff options
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" |