fd4a3fcfab
0.31 2017-10-25 11:10:03 -0400 - Production release identical to 0.30_01 0.30_01 2017-09-08 15:08:18 -0400 - You can now pass a string name of the shell to generate and generate_file
19 lines
610 B
Makefile
19 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/11/08 20:39:26 wiz Exp $
|
|
|
|
DISTNAME= Shell-Config-Generate-0.31
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Shell/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Shell-Config-Generate/
|
|
COMMENT= Portably generate config for any shell
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Shell-Guess-[0-9]*:../../devel/p5-Shell-Guess
|
|
BUILD_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
|
|
|
|
PERL5_PACKLIST= auto/Shell/Config/Generate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|