pkgsrc/devel/p5-Variable-Magic/Makefile
sno d8267bdd34 Updating devel/p5-Variable-Magic from 0.40 to 0.41
Upstream changes:
0.41    2010-03-15 17:35 UTC
        + Doc : Tweaks and fixups.
                Thanks Shlomi Fish.
        + Fix : Compatibility with the soon-to-be-released perl 5.12.0.
        + Fix : Correctly propagate the errors thrown when variable destruction
                happens at compile-time and not from inside eval STRING.
                Thanks Florian Ragwitz and Ash Berlin for reporting.
2010-03-16 11:31:35 +00:00

21 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.14 2010/03/16 11:31:35 sno Exp $
#
DISTNAME= Variable-Magic-0.41
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Variable-Magic/
COMMENT= Perl 5 module to associate user-defined magic to variables
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Variable/Magic/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"