pkgsrc/textproc/p5-Filter/Makefile
sno 74b7b0abee Updating package for Perl 5 modules Filter::Util::Call/Filter::Util::Exec...
in textproc/p5-Filter from 1.39 to 1.45.

Upstream changes:
1.45 2012-06-19 rurban
----
  * Sync perlfilter.pod with core improvements

1.44 2012-06-18 rurban
----
  * Sync t/call.t with core fixes in 2adbc9b6

1.43 21 Feb 2012 rurban
----
  * Fix more windows tests:
    http://www.cpantesters.org/cpan/report/9e790a72-6bf5-1014-9f3b-641f296be760

1.42 20 Feb 2012 rurban
----
  * Improve t/tee.t test 5 on windows which allows all Administrator
    members read-access [RT #75164]

1.41 18 Feb 2012 rurban
----
  * Hide example packages from the pause indexer

1.40 9 Feb 2012 rurban
----
  * Fix tee and all tests to work with Perl 5.14 and higher.
    PVIO has no IV field anymore, so abuse the empty IoOFP,
    which is only used for printing, not reading.
    Fixes [RT #56875] and more.
    Tested for 5.6.2, 5.8.4, 5.8.5, 5.8.8, 5.8.9, 5.10.1, 5.12.4,
    5.14.2, 5.15.7
2012-07-06 13:05:33 +00:00

19 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.26 2012/07/06 13:05:33 sno Exp $
DISTNAME= Filter-1.45
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5fil
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Filter/
COMMENT= Perl5 classes representing a number of source filters
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Filter/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"