7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
25 lines
596 B
Makefile
25 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/08/06 06:19:11 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= FileKGlob
|
|
PKGNAME= p5-FileKGlob-1.2
|
|
SVR4_PKGNAME= p5fkg
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Expand a Unix file glob into a list of matching file names
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
WRKSRC= ${WRKDIR}/File
|
|
PERL5_PACKLIST= auto/File/KGlob/.packlist
|
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
pre-configure:
|
|
${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|