7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
18 lines
525 B
Makefile
18 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:11 jlam Exp $
|
|
|
|
DISTNAME= FileHandle-Unget-0.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FileHandle/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~dcoppit/FileHandle-Unget/
|
|
COMMENT= Perl5 module providing an improved filehandle
|
|
|
|
DEPENDS+= p5-WeakRef-[0-9]*:../../devel/p5-WeakRef
|
|
|
|
PERL5_PACKLIST= auto/FileHandle/Unget/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|