pkgsrc/devel/p5-PadWalker/Makefile
sno 7124e73e80 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.
2009-07-07 21:19:09 +00:00

19 lines
528 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/07/07 21:19:09 sno Exp $
DISTNAME= PadWalker-1.9
PKGNAME= p5-${DISTNAME}
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
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"