pkgsrc/devel/p5-IO-Tee/Makefile
wiz 8df8f99671 p5-IO-Tee: update to 0.65.
0.65 2017-08-16 NEILB
    - Added "use warnings", changed "use vars ..." to our $VERSION, etc.
    - Switched to Dist::Zilla
    - Link to the github repo in the pod doc.
    - Changed README to a short overview of module, how to install, etc
    - Moved original testsuite test.pl to t/original.t
    - Moved Tee.pm to lib/IO/Tee.pm
    - Changed the order of entries in Changes to be newest to oldest.
2017-09-17 10:41:51 +00:00

17 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.21 2017/09/17 10:41:51 wiz Exp $
DISTNAME= IO-Tee-0.65
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/search?module=IO::Tee
COMMENT= Multiplex output to multiple output handles
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IO/Tee/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"