diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-08 02:16:19 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-08 02:16:19 +0000 |
commit | 0021b8754975c8322d60269388a65e5dc90ececa (patch) | |
tree | 7d2c7e5749e858ad2f0536fb855bc88d026f54a7 /devel | |
parent | 3322b292ba85cf39610004aa312053d75677b9b4 (diff) | |
download | pkgsrc-0021b8754975c8322d60269388a65e5dc90ececa.tar.gz |
benchmark.pl needs to adjust interpreter path.
Increment PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Readonly/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Readonly/Makefile b/devel/p5-Readonly/Makefile index d035383218a..d5b7e5157a3 100644 --- a/devel/p5-Readonly/Makefile +++ b/devel/p5-Readonly/Makefile @@ -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 |