pkgsrc/devel/p5-Sub-Name/Makefile
sno 5c39745ee7 Updating devel/p5-Sub-Name from 0.04nb2 to 0.05
pkgsrc changes:
- add license definition

Upstream changes:
0.05 -- Wed Sep  8 00:51 CEST 2010
    * Stop using the padlist to refcount GVs. Instead use regular magic. This
      allows various modules, including B::Deparse, to safely peek into pads of
      (re)named subs (Closes RT#42725) (Goro Fuji).
    * Support perl >= 5.13.3 by using the new CvGV_set interface there
      (Closes RT#59558).
    * Stop using the deprecated PL_no_symref (Closes RT#57843).
2010-09-08 20:35:11 +00:00

19 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/09/08 20:35:11 sno Exp $
#
DISTNAME= Sub-Name-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sub-Name/
COMMENT= Perl 5 module to (re)name a sub
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Sub/Name/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"