This module provides an interface for specifying shell configurations for different shell environments without having to worry about the arcane differences between shells such as csh, sh, cmd.exe and command.com.
18 lines
545 B
Makefile
18 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/09/29 13:24:29 wiz Exp $
|
|
|
|
DISTNAME= Shell-Config-Generate-0.29
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Shell/Config/Generate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|