pkgsrc/devel/p5-Variable-Magic/Makefile
sno ba170d32f6 Updating devel/p5-Variable-Magic from 0.36 to 0.37
Upstream changes:
0.37    2009-08-25 15:25 UTC
        + Add : The new constant VMG_FORKSAFE can be tested to know whether the
                module will behave nicely when fork()ing. It's currently always
                true except on Windows where you need perl 5.10.1 for it to be
                true.
        + Doc : Nits and clarifications.
2009-09-12 21:21:58 +00:00

21 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/09/12 21:21:58 sno Exp $
#
DISTNAME= Variable-Magic-0.37
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"