pkgsrc/devel/p5-IO-TieCombine/Makefile
sno 06f2db3d34 Updating package for CPAN module IO::TieCombine in devel/p5-IO-TieCombine
from 1.000nb2 to 1.002.

pkgsrc changes:
- specify license

upstream changes:
1.002     2012-02-26 15:26:49 America/New_York
          "say" to a tied fh on 5.10.0 is broken; we will not test it

1.001     2011-12-09 10:52:01 America/New_York
          TieCombine filehandles now respect $\ so that "say $tied" will work;
          this fixes [rt.cpan.org #73131]
2012-09-13 15:10:54 +00:00

19 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/13 15:10:54 sno Exp $
#
DISTNAME= IO-TieCombine-1.002
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-TieCombine/
COMMENT= Perl 5 module to produce tied separate but combined variables
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/IO/TieCombine/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"