cd35f76a96
Upstream changes: 0.19 2015-03-16 NEILB - Added [MetaJSON] to dist.ini, so META.json will go into the distribution, as well as META.yml. Thanks to Lucas Kanashiro. - Dropped the -r test on directories, as we only actually need -d and -x. Thanks to Lucas Kanashiro.
20 lines
580 B
Makefile
20 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/08/03 07:53:40 wen Exp $
|
|
|
|
DISTNAME= Module-Path-0.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-Path/
|
|
COMMENT= Perl5 module to get the full path to a locally installed module
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
REPLACE_PERL+= bin/mpath
|
|
|
|
PERL5_PACKLIST= auto/Module/Path/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Devel-FindPerl-[0-9]*:../../devel/p5-Devel-FindPerl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|