pkgsrc/devel/p5-Tie-RefHash-Weak/Makefile
he 2c625e62a4 Updated from version 0.08nb1 to 0.09.
Pkgsrc changes:
 o Tightened the requirement on p5-Tie-RefHash, as per META.yml

Upstream changes:

0.09
	- Filter dead refs from the magic data storage to avoid uninitialized
	  warnings.
2008-11-17 22:26:14 +00:00

23 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/11/17 22:26:14 he Exp $
#
DISTNAME= Tie-RefHash-Weak-0.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Tie-RefHash-Weak/
COMMENT= Perl 5 Tie::RefHash subclass with weakened references in the keys
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Tie/RefHash/Weak/.packlist
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
DEPENDS+= p5-Tie-RefHash>=1.34:../../devel/p5-Tie-RefHash
DEPENDS+= p5-Variable-Magic-[0-9]*:../../devel/p5-Variable-Magic
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"