benchmark.pl needs to adjust interpreter path.
Increment PKGREVISION.
This commit is contained in:
parent
989313a362
commit
5a4ac57b98
1 changed files with 5 additions and 2 deletions
|
@ -1,18 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/08/14 12:26:32 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/12/08 02:16:19 hiramatsu Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Readonly-1.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Readonly/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Readonly/
|
||||
COMMENT= Perl 5 module for creating read-only scalars, arrays and hashes
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
REPLACE_PERL= benchmark.pl
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Readonly/.packlist
|
||||
|
||||
|
|
Loading…
Reference in a new issue