pkgsrc/www/p5-Template-Timer/Makefile
sno f1bac555c2 PkgSrc changes:
- Updating package for p5 module of Template::Timer from 0.04 to 1.00
  - Setting license to gnu-gpl-v3

Upstream changes:
1.00    Fri Mar  6 23:32:49 CST 2009
====================================
[ENHANCEMENTS]
Measurements are now in milliseconds, not seconds.

Now shows nesting level in the notes.

The times are all shown as a summary at the end, not throughout
the page.
2009-05-01 18:31:58 +00:00

22 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/05/01 18:31:58 sno Exp $
DISTNAME= Template-Timer-1.00
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ttm
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Template-Timer/
COMMENT= Rudimentary profiling for Template Toolkit
LICENSE= gnu-gpl-v3 # OR artistic-2.0
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Template/Timer/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"