2015-06-12 12:48:20 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2015/06/12 10:49:02 wiz Exp $
|
2008-10-31 12:51:49 +01:00
|
|
|
|
2015-04-22 16:43:32 +02:00
|
|
|
DISTNAME= Config-Find-0.29
|
2008-10-31 12:51:49 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2015-06-12 12:48:20 +02:00
|
|
|
PKGREVISION= 1
|
2008-10-31 12:51:49 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-08-10 10:24:35 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Config-Find/
|
2008-10-31 12:51:49 +01:00
|
|
|
COMMENT= Perl module for finding configuration files in the native OS fashion
|
2011-08-10 10:24:35 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2008-10-31 12:51:49 +01:00
|
|
|
|
2011-08-10 10:24:35 +02:00
|
|
|
DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which
|
|
|
|
DEPENDS+= p5-File-HomeDir>=0.80:../../devel/p5-File-HomeDir
|
|
|
|
|
2008-10-31 12:51:49 +01:00
|
|
|
PERL5_PACKLIST= auto/Config/Find/.packlist
|
|
|
|
|
2008-11-17 00:27:19 +01:00
|
|
|
post-extract:
|
|
|
|
cd ${WRKSRC} && chmod -x lib/Config/Find.pm lib/Config/Find/*.pm
|
|
|
|
|
2008-10-31 12:51:49 +01:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|