diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 21:19:09 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 21:19:09 +0000 |
commit | 7b9493aa65426f0cc54cca8538c014396d3b7742 (patch) | |
tree | e42310eeabebc1974098b0940aaf97c2ea6029e3 /devel/p5-PadWalker/Makefile | |
parent | 976bcd058b9fa0e4044188bf99259147cace8de9 (diff) | |
download | pkgsrc-7b9493aa65426f0cc54cca8538c014396d3b7742.tar.gz |
Updating package for p5 module PadWalker from 1.7nb1 to 1.9 and set
license to the value from META.yml.
Upstream changes:
1.8 Thu 25 Jun 2009 21:17:17 BST
- Apply patches from doy (#41710) and nothingmuch (set_closed_over).
1.9 Fri 26 Jun 2009 10:01:17 BST
- Identical to 1.8, but with the bogus metadata ._ files removed
from the distributed tar file.
Diffstat (limited to 'devel/p5-PadWalker/Makefile')
-rw-r--r-- | devel/p5-PadWalker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-PadWalker/Makefile b/devel/p5-PadWalker/Makefile index b4df1d37bd5..c4ffcf71343 100644 --- a/devel/p5-PadWalker/Makefile +++ b/devel/p5-PadWalker/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:58 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/07 21:19:09 sno Exp $ -DISTNAME= PadWalker-1.7 +DISTNAME= PadWalker-1.9 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RO/ROBIN/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/perldoc?PadWalker COMMENT= Play with other peoples' lexical variables +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= c PERL5_PACKLIST= auto/PadWalker/.packlist |