87b6c44e10
Release 2.1.0 * BackSlasher: login flag now correctly does the magic on unix to simulate a login shell for a user (secondary groups, environment variables, set primary group and generally emulate su -). * went back to setsid() to drop the controlling tty, fixed old AIX issue with getpgid() via avoiding calling getpgid(). * converted specs to rspec3
12 lines
333 B
Makefile
12 lines
333 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/06/04 14:09:53 taca Exp $
|
|
|
|
DISTNAME= mixlib-shellout-2.1.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/opscode/mixlib-shellout
|
|
COMMENT= Mixin library for subprocess management
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|