pkgsrc changes: - Adding license definition Upstream changes: Version 0.1623: Sun Aug 9 2009 - Fixed a bug where files with binary data would sometimes cause an unitialized value warning at line 394 as well as incorrect behavior. (Thanks to Bill Nugent <whn@lopi.com> for the bug report and initial patch.) - Removed unused ExtUtils::MakeMaker::bytes, which doesn't exist anymore anyway. (Thanks to Slaven Rezi'c <srezic@cpan.org> for the bug report.)
22 lines
591 B
Makefile
22 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/09/12 20:02:54 sno Exp $
|
|
|
|
DISTNAME= FileHandle-Unget-0.1623
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FileHandle/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/FileHandle-Unget/
|
|
COMMENT= Perl5 module providing an improved filehandle
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/FileHandle/Unget/.packlist
|
|
#PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
# for tests:
|
|
USE_TOOLS+= perl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|