pkgsrc/devel/p5-Tie-RefHash/Makefile
wiz 90ff8a2a57 Update to 1.39:
1.39
  - Add LICENSE section to the documentation
  - Fix detection of threaded perl builds in the tests
  - Fix STORABLE_freeze when no plain keys are added
2013-12-01 08:41:43 +00:00

17 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/12/01 08:41:43 wiz Exp $
DISTNAME= Tie-RefHash-1.39
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Tie-RefHash/
COMMENT= Use references as hash keys
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Tie/RefHash/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"