Upstream changes: 0.42 2010-05-19 00:15 UTC This is a maintenance release. The code contains no functional change. Users of 0.41 can skip this update. + Fix : Test failures with perl 5.13. + Tst : Improve coverage.
21 lines
543 B
Makefile
21 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.15 2010/05/24 21:02:18 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Variable-Magic-0.42
|
|
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"
|