pkgsrc/devel/p5-Devel-Autoflush/Makefile
sno b9164450db Adding perl module Devel::Autoflush as requirement for CPAN::Reporter
which is in pipeline to get added.

This module is a hack to set autoflush for STDOUT and STDERR from the command
line or from PERL5OPT for code that needs it but doesn't have it.
2009-03-01 23:03:16 +00:00

19 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/03/01 23:03:16 sno Exp $
#
DISTNAME= Devel-Autoflush-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-Autoflush/
COMMENT= Perl module to set autoflush from the command line
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Devel/Autoflush/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"