162238fb08
1.21 2016-03-02 14:20:43 -0500 - Workaround for nutty cygwin filesystem rules
19 lines
608 B
Makefile
19 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.20 2016/03/08 15:11:29 wiz Exp $
|
|
|
|
DISTNAME= File-Which-1.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Which/
|
|
COMMENT= Portable implementation of the 'which' utility
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Test-Script>=1.05:../../devel/p5-Test-Script
|
|
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/File/Which/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|