04f056b407
Shell::Guess makes a reasonably aggressive attempt to determine the shell being employed by the user, either the shell that executed the perl script directly (the "running" shell), or the users' login shell (the "login" shell). It does this by a variety of means available to it, depending on the platform that it is running on.
18 lines
527 B
Makefile
18 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/09/29 13:19:09 wiz Exp $
|
|
|
|
DISTNAME= Shell-Guess-0.07
|
|
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-Guess/
|
|
COMMENT= Make an educated guess about the shell in use
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Unix-Process-[0-9]*:../../sysutils/p5-Unix-Process
|
|
|
|
PERL5_PACKLIST= auto/Shell/Guess/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|